|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configuration in net.smartlab.config |
---|
Subclasses of Configuration in net.smartlab.config | |
---|---|
class |
SQLConfiguration
Represents a configuration expressed through a database table. |
class |
XMLConfiguration
Represents a configuration expressed through an XML document. |
Methods in net.smartlab.config that return Configuration | |
---|---|
static Configuration |
Configuration.getInstance(java.lang.String uri)
Returns an instance of a Configuration subclass
accordingly to the provided URI. |
static Configuration |
Configuration.getInstance(java.lang.String uri,
java.util.Collection listeners)
Returns an instance of a Configuration subclass
accordingly to the provided URI monitoring it for updates which will be
notified to the provided collection of listeners. |
static Configuration |
Configuration.getInstance(java.lang.String uri,
Listener listener)
Returns an instance of a Configuration subclass
accordingly to the provided URI monitoring it for updates which will be
notified to the provided listener. |
static Configuration |
Configuration.getInstance(java.net.URI uri)
Returns an instance of a Configuration subclass
accordingly to the provided URI. |
static Configuration |
Configuration.getInstance(java.net.URI uri,
java.util.Collection listeners)
Returns an instance of a Configuration subclass
accordingly to the provided URI monitoring it for updates which will be
notified to the provided collection of listeners. |
static Configuration |
Configuration.getInstance(java.net.URI uri,
Listener listener)
Returns an instance of a Configuration subclass
accordingly to the provided URI monitoring it for updates which will be
notified to the provided listener. |
Methods in net.smartlab.config with parameters of type Configuration | |
---|---|
void |
Listener.onUpdate(Configuration configuration)
|
Constructors in net.smartlab.config with parameters of type Configuration | |
---|---|
XMLConfiguration.XMLHandler(Configuration owner)
Constructs the handler starting from the configuration root element. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |