|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neovera.jdiablo.AbstractEnvironment
public abstract class AbstractEnvironment
Noop implementation of methods in the Environment interface.
| Constructor Summary | |
|---|---|
AbstractEnvironment()
|
|
| Method Summary | |
|---|---|
void |
initialize(Environment environment)
|
void |
initialize(Environment environment,
List<? extends OptionProperty> properties)
This method is called after the start() of this environment. |
void |
initialize(Object target,
List<? extends OptionProperty> properties)
Called after the start() of this environment. |
boolean |
start()
Start the environment. |
void |
stop()
Stop the environment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEnvironment()
| Method Detail |
|---|
public void initialize(Environment environment)
public boolean start()
Environment
start in interface Environmentpublic void stop()
Environment
stop in interface Environment
public void initialize(Environment environment,
List<? extends OptionProperty> properties)
Environment
initialize in interface Environmentenvironment - Launch environment instance.properties - Annotated properties for this environment. NOTE: A property that is
annotated will not appear in this list if the option was defined during specialization. The
isValueInCommandLine() will return true if the value was specified (and set) via command
line.
public void initialize(Object target,
List<? extends OptionProperty> properties)
Environment
initialize in interface Environmenttarget - The target of the launch.properties - Annotated properties for the launch target.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||