public class EASyPlain extends AbstractEASyTask
EasyExecutor.| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
startupList |
private boolean |
verbose |
| Constructor and Description |
|---|
EASyPlain() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setStartupList(java.io.File file)
Defines the startup list for the EASy
ListLoader as an external file. |
void |
setVerbose(boolean verbose)
Sets the flag for verbose output.
|
getProjectName, getSource, getTarget, setMavenHome, setProjectName, setSource, setTargetbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setStartupList(java.io.File file)
ListLoader as an external file. If not given, the file
.easyStartup is assumed in the classpath. In essence, this file lists the sequence for Activators and
ServiceDescriptors to be started. For the format, please consult ListLoader or the developers
documentation.file - the startup listpublic void setVerbose(boolean verbose)
verbose - true for verbose, false elsepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2009 - 2018 SSE. All Rights Reserved.