|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.eos.config.Configured
public abstract class Configured
Support class for configurable objects.
| Constructor Summary | |
|---|---|
Configured()
Construct a Configured. |
|
| Method Summary | |
|---|---|
void |
configure(Configuration config)
Creates a copy of the given Configuration and stores it in
a manner that getConfiguration() can reach it. |
protected Configuration |
getConfiguration()
Returns the configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configured()
| Method Detail |
|---|
public void configure(Configuration config)
Configuration and stores it in
a manner that getConfiguration() can reach it.
If override the method first call super in the
overriding method.
configure in interface Configurableconfig - the Configuration to copy.protected final Configuration getConfiguration()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||