|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configurator
Method Summary | |
---|---|
java.util.List<ConfiguratorItem> |
getAllItems()
Gets all Configuration items |
java.lang.String |
getItemAttribute(java.lang.String path,
java.lang.String attribute)
Get attribute value of given path. |
java.util.Map<java.lang.String,java.util.List<ConfiguratorItem>> |
getItems(java.util.List<java.lang.String> paths)
Get ConfiguratorItems for given list of paths |
java.util.List<ConfiguratorItem> |
getItems(java.lang.String path)
Get ConfiguratorItems for given path |
java.lang.String |
getItemValue(java.lang.String path)
Get item value of given path. |
boolean |
isReadOnly(java.lang.String path)
Checks whether its read only |
void |
reload()
Clears the caches and reloads all the properties from repository |
void |
reload(java.util.List<ConfiguratorItem> configItems)
Clears the specified configuration items from the cache |
void |
removeItem(ConfiguratorItem configItem)
|
void |
removeItems(java.lang.String path)
|
void |
save()
Saves the modified configuration files |
void |
setItems(java.util.List<ConfiguratorItem> configItems)
Sets the given Configuration Items |
void |
setProtectAll(boolean protect)
Protects all properties |
Method Detail |
---|
java.util.List<ConfiguratorItem> getItems(java.lang.String path) throws CLLException
path
-
CLLException
java.util.Map<java.lang.String,java.util.List<ConfiguratorItem>> getItems(java.util.List<java.lang.String> paths) throws CLLException
paths
-
CLLException
java.lang.String getItemValue(java.lang.String path) throws CLLException
path
-
CLLException
java.lang.String getItemAttribute(java.lang.String path, java.lang.String attribute) throws CLLException
path
- attribute
-
CLLException
boolean isReadOnly(java.lang.String path) throws CLLException
path
-
CLLException
void save() throws CLLException
CLLException
void reload()
void reload(java.util.List<ConfiguratorItem> configItems)
void setItems(java.util.List<ConfiguratorItem> configItems) throws CLLException
configItems
-
CLLException
void setProtectAll(boolean protect) throws CLLException
protect
-
CLLException
java.util.List<ConfiguratorItem> getAllItems() throws CLLException
ConfiguratorItem
CLLException
void removeItem(ConfiguratorItem configItem) throws CLLException
configItem
-
CLLException
void removeItems(java.lang.String path) throws CLLException
path
-
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |