|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileListener | |
org.jconfig | |
org.jconfig.handler |
Uses of FileListener in org.jconfig |
Methods in org.jconfig that return FileListener | |
FileListener[] |
URLFileWatcher.getFileListeners()
Retrieve an array of FileListeners. |
FileListener[] |
FileWatcher.getFileListeners()
Retrieve an array of FileListeners. |
Methods in org.jconfig with parameters of type FileListener | |
void |
URLFileWatcher.addFileListener(FileListener fileListener)
Adds FileListener |
void |
FileWatcher.addFileListener(FileListener fileListener)
Adds FileListener |
void |
ConfigurationManager.addFileListener(java.lang.String configName,
FileListener fl)
|
Uses of FileListener in org.jconfig.handler |
Classes in org.jconfig.handler that implement FileListener | |
class |
AbstractHandler
|
class |
BaseXMLHandler
This class is used internally to save a configuration to a file. |
class |
ConfigServerHandler
|
class |
InputStreamHandler
This class is an implementation of the ConfigurationHandler interface. |
class |
PropertiesFileHandler
The PropertiesFileHandler can read a java-properties file and store all entries inside the default category (general) with the given property name and value. |
class |
SimpleScriptHandler
The SimpleScriptHandler will read in a text file. |
class |
URLHandler
This class will read the content from an URL and generate the properties. |
class |
XMLFileHandler
This class is nearly the same as the InputStreamHandler beside that it takes a file and not the filename. |
Methods in org.jconfig.handler with parameters of type FileListener | |
void |
URLHandler.addFileListener(FileListener fileListener)
|
void |
AbstractHandler.addFileListener(FileListener fileListener)
Method addFileListener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |