|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
public class Configuration
is the base class of all Configurations.
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary | |
|---|---|
Bundle |
getBundle()
returns the Bundle the configuration belongs to, or
null if it is a main configuration. |
boolean |
isBundleConfiguration()
returns true, if the Configuration belongs to a
Bundle. |
boolean |
isModified()
returns true, if the configuration has to be reloaded. |
protected Configuration |
setBundle(Bundle bundle)
sets the Bundle the Configuration belongs to. |
protected Configuration |
setConfigFile(java.io.File cf)
sets the config file used to unmarshal the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
protected final Configuration setBundle(Bundle bundle)
Bundle the Configuration belongs to.
bundle - the bundle
protected final Configuration setConfigFile(java.io.File cf)
cf - the file
public final Bundle getBundle()
Bundle the configuration belongs to, or
null if it is a main configuration.
nullpublic final boolean isBundleConfiguration()
true, if the Configuration belongs to a
Bundle.
true, if the Configuration belongs to a
Bundlepublic final boolean isModified()
true, if the configuration has to be reloaded.
true, if the configuration has to be reloaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||