|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.metaboss.sdlctools.applications.anttasks.MetaBossTask
Represents the base class for all tasks using MetaBoss. It handles static initialisation of the 'MetaBoss.Home' java system property from the environment. The 'MetaBoss.Home' java system property is used by many MetaBoss programs to find out the location of the libraries, configuration files etc. This task will attempt to ensure that the 'MetaBoss.Home' java system property is set as follows:
Constructor Summary | |
MetaBossTask()
|
Method Summary | |
org.apache.tools.ant.util.TaskLogger |
getLogger()
The getter for the logger |
org.apache.tools.ant.types.Path |
getPath(java.lang.String pPathName)
|
org.apache.tools.ant.types.FileSet |
getPathAsFileSet(java.lang.String pPathName)
|
void |
init()
The lifecycle method. |
Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetaBossTask()
Method Detail |
public void init()
public org.apache.tools.ant.util.TaskLogger getLogger()
public org.apache.tools.ant.types.Path getPath(java.lang.String pPathName) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public org.apache.tools.ant.types.FileSet getPathAsFileSet(java.lang.String pPathName) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |