| com.bostechcorp.cbesb.tools.ant.Mdl2JJTask
Mdl2JJTask | public class Mdl2JJTask extends Task (Code) | | author: elu |
DEFAULT_FSM_PACKAGE_NAME | public static String DEFAULT_FSM_PACKAGE_NAME(Code) | | |
Mdl2JJTask | public Mdl2JJTask()(Code) | | |
addArg | protected void addArg(String argument)(Code) | | add one arg
Parameters: argument - |
addArg | protected void addArg(String argument, boolean test)(Code) | | add one arg
Parameters: argument - |
addArgs | protected void addArgs(String argument, String param)(Code) | | add an arg pair
Parameters: argument - Parameters: param - |
addArgs | protected void addArgs(String argument, String param, boolean test)(Code) | | add an arg pair if the test is true
Parameters: argument - first arg Parameters: param - param to accompany Parameters: test - test to trigger argument add |
createClasspath | public Path createClasspath()(Code) | | Set the optional classpath
a path instance to be configured by the Ant core. |
execute | public void execute()(Code) | | execute the task
throws: BuildException - |
getTaggedMdl | public String getTaggedMdl()(Code) | | the taggedMdl |
isFailOnError | public boolean isFailOnError()(Code) | | the failOnError |
isFork | public boolean isFork()(Code) | | the fork |
isUseZip | public boolean isUseZip()(Code) | | |
setClasspath | public void setClasspath(Path classpath)(Code) | | Set the optional classpath
Parameters: classpath - the classpath to use when loading class |
setClasspathRef | public void setClasspathRef(Reference r)(Code) | | Set the reference to an optional classpath
Parameters: r - the id of the Ant path instance to act as the classpath |
setDestDir | public void setDestDir(String destDir)(Code) | | Parameters: destDir - the destDir to set |
setFailOnError | public void setFailOnError(boolean failOnError)(Code) | | Parameters: failOnError - the failOnError to set |
setFork | public void setFork(boolean fork)(Code) | | Parameters: fork - the fork to set |
setProjName | public void setProjName(String projName)(Code) | | Parameters: projName - the projName to set |
setTaggedMdl | public void setTaggedMdl(String taggedMdl)(Code) | | Parameters: taggedMdl - the taggedMdl to set |
setUseZip | public void setUseZip(boolean useZip)(Code) | | |
|
|