|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.priv.pro.parser.OrderParser.ProviderRegistry
public static class OrderParser.ProviderRegistry
Represents provider’s registry that holds all of the available providers.
| Field Summary | |
|---|---|
protected static java.util.HashMap |
fProviders
|
| Constructor Summary | |
|---|---|
OrderParser.ProviderRegistry()
|
|
| Method Summary | |
|---|---|
static void |
add(OrderParser.Provider aProvider)
Adds provider to the registry |
static OrderParser.Provider |
get(java.lang.String anID)
Returns provider implementation by its identifier |
static java.util.Collection |
getAll()
Returns all registered providers |
static java.lang.String[] |
getIDs()
Returns identifiers of all registered providers |
static void |
remove(OrderParser.Provider aProvider)
Removes provider from the registry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.HashMap fProviders
| Constructor Detail |
|---|
public OrderParser.ProviderRegistry()
| Method Detail |
|---|
public static void add(OrderParser.Provider aProvider)
aProvider - a Provider instance to addpublic static void remove(OrderParser.Provider aProvider)
aProvider - a Provider instance to removepublic static OrderParser.Provider get(java.lang.String anID)
anID - unique provider identifier
Provider instance; null otherwisepublic static java.util.Collection getAll()
public static java.lang.String[] getIDs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||