|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetamergeFolder
This interface describes the methods provided by a folder object. A folder is a container for other folders and leaf configuration objects.
Field Summary |
---|
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 | |
---|---|
MetamergeFolder |
createFolder(Object name)
This method creates a sub-folder in this folder with the given name. |
String[] |
getNames()
This method returns an array of names contained in this folder. |
Enumeration |
list()
Returns a list of javax.naming.Binding objects for each of this folders child entries. |
Method Detail |
---|
Enumeration list() throws Exception
Exception
String[] getNames() throws Exception
Exception
MetamergeFolder createFolder(Object name) throws Exception
name
- Name of sub-folder
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |