A B C D E F G H I J L M N O P R S T U V W X

G

getArray(String) - Method in class org.jconfig.DefaultConfiguration
 
getArray(String) - Method in class org.jconfig.DefaultCategory
 
getArray(String) - Method in interface org.jconfig.Category
 
getArray(String) - Method in interface org.jconfig.Configuration
 
getArray(String, String[]) - Method in class org.jconfig.DefaultConfiguration
 
getArray(String, String[]) - Method in class org.jconfig.DefaultCategory
 
getArray(String, String[]) - Method in interface org.jconfig.Category
 
getArray(String, String[]) - Method in interface org.jconfig.Configuration
 
getArray(String, String[], String) - Method in class org.jconfig.DefaultConfiguration
 
getArray(String, String[], String) - Method in interface org.jconfig.Configuration
 
getAttribute(String) - Method in class org.jconfig.jmx.ConfigurationDynamicMBean
 
getAttribute(String) - Method in class org.jconfig.jmx.CategoryDynamicMBean
 
getAttribute(String) - Method in class org.jconfig.jmx.ConfigurationManagerDynamicMBean
 
getAttributes(String[]) - Method in class org.jconfig.jmx.AbstractDynamicMBean
Enables the to get the values of several attributes of the Dynamic MBean.
getBaseConfigName(Document, Configuration) - Method in class org.jconfig.parser.AbstractConfigParser
check if this configuration extends another configuration defined in the top level tag like this:
getBooleanProperty(String, boolean) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to keep API simple
getBooleanProperty(String, boolean) - Method in class org.jconfig.DefaultCategory
Helper method to allow for strong-binding within Properties.
getBooleanProperty(String, boolean) - Method in interface org.jconfig.Category
Helper method to allow for strong-binding within Properties.
getBooleanProperty(String, boolean) - Method in interface org.jconfig.Configuration
Wrapper method to keep API simple
getBooleanProperty(String, boolean, String) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getBooleanProperty(String, boolean, String) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getCategory() - Method in class org.jconfig.DefaultConfiguration
Returns the main category for this configuration
getCategory() - Method in interface org.jconfig.Configuration
Returns the main category for this configuration
getCategory() - Method in interface org.jconfig.event.CategoryChangedEvent
The name of the Category
getCategory() - Method in class org.jconfig.event.ConfigurationChangedEventImpl
 
getCategory(String) - Method in class org.jconfig.DefaultConfiguration
Returns a category based on the name provided.
getCategory(String) - Method in class org.jconfig.NestedConfiguration
Returns a category based on the name provided.
getCategory(String) - Method in class org.jconfig.NestedCategory
 
getCategory(String) - Method in interface org.jconfig.Configuration
Returns a category based on the name provided.
getCategoryName() - Method in class org.jconfig.DefaultCategory
Returns the name of this category.
getCategoryName() - Method in interface org.jconfig.Category
Returns the name of this category.
getCategoryNames() - Method in class org.jconfig.DefaultConfiguration
This method returns a string array with all category names.
getCategoryNames() - Method in interface org.jconfig.Configuration
This method returns a string array with all category names.
getCharProperty(String, char) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getCharProperty(String, char) - Method in class org.jconfig.DefaultCategory
Helper method to allow for strong-binding within Properties.
getCharProperty(String, char) - Method in interface org.jconfig.Category
Helper method to allow for strong-binding within Properties.
getCharProperty(String, char) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getCharProperty(String, char, String) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getCharProperty(String, char, String) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getChildCategories() - Method in class org.jconfig.NestedCategory
 
getConfig() - Method in class org.jconfig.bootstrap.LoadedItem
Getter for property config.
getConfigName() - Method in class org.jconfig.DefaultConfiguration
Return the name of the current configuration.
getConfigName() - Method in interface org.jconfig.Configuration
Return the name of the current configuration.
getConfigProperty(String) - Static method in class org.jconfig.utils.ConfigurationUtils
 
getConfigProperty(String, String) - Static method in class org.jconfig.utils.ConfigurationUtils
 
getConfiguration() - Static method in class org.jconfig.ConfigurationManager
This method returns the configuration with the name "default".
getConfiguration(String) - Static method in class org.jconfig.ConfigurationManager
This method returns the configuration for the specific name.
getConfigurationHandler(String) - Method in class org.jconfig.ConfigurationManager
Returns the handler used during the creation of the Configuration.
getConfigurationName() - Method in class org.jconfig.DefaultCategory
Getter for property configurationName.
getConfigurationName() - Method in interface org.jconfig.Category
Getter for property configurationName.
getConfigurationName() - Method in class org.jconfig.jmx.ConfigHandler
Gets the configurationName attribute of the ConfigHandler object
getConfigurationName() - Method in interface org.jconfig.jmx.ConfigHandlerMBean
 
getConfigurationNames() - Method in class org.jconfig.ConfigurationManager
This method will return all configurations names
getDirectory() - Method in class org.jconfig.utils.ResourceLocator
Returns the directory containing the resource, or null if the resource isn't directly available on the filesystem.
getDocumentRoot() - Method in class org.jconfig.server.ServerContext
Getter for property documentRoot.
getDocumentRoot() - Method in class org.jconfig.server.ConfigurationServer
 
getDocumentRoot() - Method in interface org.jconfig.server.ConfigurationServerMBean
 
getDoubleProperty(String, double) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getDoubleProperty(String, double) - Method in class org.jconfig.DefaultCategory
Helper method to allow for strong-binding within Properties.
getDoubleProperty(String, double) - Method in interface org.jconfig.Category
Helper method to allow for strong-binding within Properties.
getDoubleProperty(String, double) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getDoubleProperty(String, double, String) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getDoubleProperty(String, double, String) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getEncoding() - Method in class org.jconfig.DefaultConfiguration
 
getEncoding() - Method in interface org.jconfig.Configuration
 
getEncodingType(String) - Method in class org.jconfig.handler.BaseXMLHandler
 
getErrorHandler() - Static method in class org.jconfig.error.ErrorReporter
This method will return the defined ErrorHandler.
getEventType() - Method in interface org.jconfig.event.PropertyChangedEvent
Information about the event.
getEventType() - Method in class org.jconfig.event.ConfigurationChangedEventImpl
 
getExtendsCategory() - Method in class org.jconfig.DefaultCategory
 
getExtendsCategory() - Method in interface org.jconfig.Category
 
getFile() - Method in class org.jconfig.event.FileListenerEvent
Return the File that triggered this event.
getFile() - Method in class org.jconfig.handler.AbstractHandler
 
getFile() - Method in class org.jconfig.handler.PropertiesFileHandler
 
getFile() - Method in class org.jconfig.handler.XMLFileHandler
 
getFile() - Method in class org.jconfig.handler.InputStreamHandler
 
getFile() - Method in class org.jconfig.utils.ResourceLocator
Returns the file.
getFile(String) - Static method in class org.jconfig.utils.ConfigurationUtils
Method getFile.
getFileFromInputStream(String) - Static method in class org.jconfig.utils.ConfigurationUtils
This method tries to get the file for a given fileName by trying to find it in the classpath.
getFileListeners() - Method in class org.jconfig.URLFileWatcher
Retrieve an array of FileListeners.
getFileListeners() - Method in class org.jconfig.FileWatcher
Retrieve an array of FileListeners.
getHandler() - Method in class org.jconfig.bootstrap.LoadedItem
Getter for property handler.
getHostAddress() - Method in class org.jconfig.server.Request
 
getIncludeProperties(Document, Configuration) - Method in class org.jconfig.parser.AbstractConfigParser
 
getIncludes() - Method in class org.jconfig.DefaultConfiguration
 
getIncludes() - Method in interface org.jconfig.Configuration
 
getInputStream() - Method in class org.jconfig.utils.ResourceLocator
Returns an input stream to read the resource contents
getInstance() - Static method in class org.jconfig.ConfigurationManager
This method returns the one and only instance of the ConfigurationManager.
getInstance() - Static method in class org.jconfig.VariableManager
This method will return an instance of the VariableManager
getIntProperty(String, int) - Method in class org.jconfig.DefaultConfiguration
 
getIntProperty(String, int) - Method in class org.jconfig.DefaultCategory
Helper method to allow for strong-binding within Properties.
getIntProperty(String, int) - Method in interface org.jconfig.Category
Helper method to allow for strong-binding within Properties.
getIntProperty(String, int) - Method in interface org.jconfig.Configuration
 
getIntProperty(String, int, String) - Method in class org.jconfig.DefaultConfiguration
 
getIntProperty(String, int, String) - Method in interface org.jconfig.Configuration
 
getLoader() - Static method in class org.jconfig.bootstrap.BootstrapLoaderFactory
This method will return the implementation of the BootstrapLoader that will be used by the ConfigurationManager at startup to load some configurations.
getLongProperty(String, long) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getLongProperty(String, long) - Method in class org.jconfig.DefaultCategory
Helper method to allow for strong-binding within Properties.
getLongProperty(String, long) - Method in interface org.jconfig.Category
Helper method to allow for strong-binding within Properties.
getLongProperty(String, long) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getLongProperty(String, long, String) - Method in class org.jconfig.DefaultConfiguration
Wrapper method to Category method
getLongProperty(String, long, String) - Method in interface org.jconfig.Configuration
Wrapper method to Category method
getMainCategoryName() - Method in class org.jconfig.DefaultConfiguration
This method returns the name of the default category
getMainCategoryName() - Method in interface org.jconfig.Configuration
This method returns the name of the default category
getMBeanInfo() - Method in class org.jconfig.jmx.ConfigurationDynamicMBean
 
getMBeanInfo() - Method in class org.jconfig.jmx.CategoryDynamicMBean
 
getMBeanInfo() - Method in class org.jconfig.jmx.ConfigurationManagerDynamicMBean
 
getName() - Method in class org.jconfig.bootstrap.LoadedItem
Getter for property name.
getName() - Method in interface org.jconfig.jmx.DynamicConfigurationMBean
 
getName() - Method in class org.jconfig.jmx.ConfigHandler
Gets the name attribute of the ConfigHandler object
getName() - Method in class org.jconfig.jmx.DynamicConfiguration
 
getName() - Method in class org.jconfig.jmx.ConfigurationManagerDynamicMBean
 
getName() - Method in class org.jconfig.utils.IncludeEntry
 
getName() - Method in class org.jconfig.utils.ResourceLocator
Returns the resource name, as passed to the constructor
getNewValue() - Method in interface org.jconfig.event.PropertyChangedEvent
The new value of the Property.
getNewValue() - Method in class org.jconfig.event.ConfigurationChangedEventImpl
 
getNotificationInfo() - Method in class org.jconfig.jmx.ConfigurationManagerDynamicMBean
 
getNumberOfCategories() - Method in class org.jconfig.DefaultConfiguration
The method returns the number of categories inside this configuration.
getNumberOfCategories() - Method in interface org.jconfig.Configuration
The method returns the number of categories inside this configuration.
getOldValue() - Method in interface org.jconfig.event.PropertyChangedEvent
The old value of the Property.
getOldValue() - Method in class org.jconfig.event.ConfigurationChangedEventImpl
 
getParser(String) - Static method in class org.jconfig.parser.ConfigurationParserFactory
 
getPort() - Method in class org.jconfig.server.ConfigurationServer
 
getPort() - Method in interface org.jconfig.server.ConfigurationServerMBean
 
getProperties() - Method in class org.jconfig.DefaultCategory
Return all properties related to this category
getProperties() - Method in interface org.jconfig.Category
Return all properties related to this category
getProperties(String) - Method in class org.jconfig.DefaultConfiguration
 
getProperty(String) - Method in class org.jconfig.DefaultConfiguration
This method returns the String value based on the given key.
getProperty(String) - Method in class org.jconfig.DefaultCategory
Searches for the property with the specified key in this property list.
getProperty(String) - Method in interface org.jconfig.Category
Searches for the property with the specified key in this property list.
getProperty(String) - Method in interface org.jconfig.Configuration
This method returns the String value based on the given key.
getProperty(String, String) - Method in class org.jconfig.DefaultConfiguration
This method is the same as getProperty(key) but it returns the defaultValue if the property cannot be found.
getProperty(String, String) - Method in class org.jconfig.DefaultCategory
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in interface org.jconfig.Category
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in interface org.jconfig.Configuration
This method is the same as getProperty(key) but it returns the defaultValue if the property cannot be found.
getProperty(String, String, String) - Method in class org.jconfig.DefaultConfiguration
This is the real implementation.
getProperty(String, String, String) - Method in class org.jconfig.NestedConfiguration
This is the real implementation.
getProperty(String, String, String) - Method in class org.jconfig.ExtensibleConfiguration
 
getProperty(String, String, String) - Method in interface org.jconfig.Configuration
This is the real implementation.
getPropertyName() - Method in interface org.jconfig.event.PropertyChangedEvent
The name of the Property that has changed.
getPropertyName() - Method in class org.jconfig.event.ConfigurationChangedEventImpl
 
getPropertyNames(String) - Method in class org.jconfig.DefaultConfiguration
This method returns all the names of the properties for the specific category
getPropertyNames(String) - Method in interface org.jconfig.Configuration
This method returns all the names of the properties for the specific category
getResourceName() - Method in class org.jconfig.jmx.ConfigHandler
Gets the fileName attribute of the ConfigHandler object
getResourceName() - Method in interface org.jconfig.jmx.ConfigHandlerMBean
 
getType() - Method in class org.jconfig.utils.IncludeEntry
 
getUri() - Method in class org.jconfig.server.Request
 
getURL() - Method in class org.jconfig.URLFileWatcher
 
getURL() - Method in class org.jconfig.handler.URLHandler
 
getURLString() - Method in class org.jconfig.URLFileWatcher
 
getVariable(String) - Method in class org.jconfig.DefaultConfiguration
 
getVariable(String) - Method in interface org.jconfig.Configuration
 
getVariable(String, String) - Method in class org.jconfig.VariableManager
 
getVariables() - Method in class org.jconfig.DefaultConfiguration
It returns a HashMap with all variables with the variable name as key
getVariables() - Method in interface org.jconfig.Configuration
It returns a HashMap with all variables with the variable name as key
getVariables(Document, Configuration) - Method in class org.jconfig.parser.AbstractConfigParser
Gets the variables attribute of the ConfigurationManager object
getVariables(String) - Method in class org.jconfig.VariableManager
 
getWorker() - Method in class org.jconfig.server.ThreadPool
 
getXMLAsString() - Method in class org.jconfig.DefaultConfiguration
This method converts the Configuration into a String which looks like XML.
getXMLAsString() - Method in class org.jconfig.NestedConfiguration
This method converts the Configuration into a String which looks like XML.
getXMLAsString() - Method in class org.jconfig.ExtensibleConfiguration
This method converts the Configuration into a String which looks like XML.
getXMLAsString() - Method in interface org.jconfig.Configuration
This method converts the Configuration into a String which looks like XML.

A B C D E F G H I J L M N O P R S T U V W X
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.