|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManagerException | |
org.jconfig |
Uses of ConfigurationManagerException in org.jconfig |
Methods in org.jconfig that throw ConfigurationManagerException | |
void |
ConfigurationManager.store(java.io.File file)
This method will save the current categories and their properties to a file |
void |
ConfigurationManager.load(java.io.File file)
This method will read in a file and generate the properties |
void |
ConfigurationManager.load(java.lang.String theURL)
This method will read the content from an URL and generate the properties |
void |
ConfigurationManager.loadProperties(java.io.File file)
This method will store all categories and properties to a Java-properties file. |
void |
ConfigurationManager.storeProperties(java.io.File file)
This method will generate a Java-properties file. |
void |
ConfigurationManager.storeProperties(java.io.File file,
java.lang.String category)
This method will write a Java-properties file and fill in the properties for the particular category. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |