|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyManager
Field Summary | |
---|---|
static String |
STDCOLL_GLOBAL
|
static String |
STDCOLL_JAVA
Predefined property store names |
static String |
STDCOLL_SOLUTION
|
static String |
STDCOLL_SYSTEM
|
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SUBTREE |
Method Summary | |
---|---|
void |
addPropertyStore(PropertyStoreConfig psc)
Adds the property store config to the prop store collection. |
void |
addStdStore(String store)
Adds a standard property store to the config. |
PropertyStoreConfig |
getDefaultPropertyStore()
Returns the designated default property store. |
PropertyStoreConfig |
getPasswordPropertyStore()
Returns the designated password property store. |
PropertyStoreConfig |
getPropertyStore(String name)
Returns the named PropertyStoreConfig. |
ContainerConfig |
getPropertyStores()
Method gets the containter for the property store configurations. |
boolean |
isStdStore(PropertyStoreConfig psc)
Method determines if the Property Store Config passed in is as standard property store. |
void |
setDefaultPasswordStore(PropertyStoreConfig psc)
Sets the default password store |
void |
setDefaultPropertyStore(PropertyStoreConfig psc)
Sets the default property store |
Field Detail |
---|
static final String STDCOLL_JAVA
static final String STDCOLL_GLOBAL
static final String STDCOLL_SOLUTION
static final String STDCOLL_SYSTEM
Method Detail |
---|
ContainerConfig getPropertyStores()
void addPropertyStore(PropertyStoreConfig psc) throws Exception
psc
- The property store config to add to the collection.
Exception
PropertyStoreConfig getPropertyStore(String name)
name
-
Exception
PropertyStoreConfig getDefaultPropertyStore()
PropertyStoreConfig getPasswordPropertyStore()
void setDefaultPropertyStore(PropertyStoreConfig psc) throws Exception
psc
- The property store config
Exception
void setDefaultPasswordStore(PropertyStoreConfig psc) throws Exception
psc
- The property store config
Exception
void addStdStore(String store) throws Exception
store
- The standard stor name
Exception
boolean isStdStore(PropertyStoreConfig psc)
psc
- The Property Store Config to check on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |