| |
|
| net.charabia.jsmoothgen.ant.JSmoothGen
JSmoothGen | public class JSmoothGen extends org.apache.tools.ant.Task (Code) | | |
execute | public void execute() throws org.apache.tools.ant.BuildException(Code) | | |
setDestdir | public void setDestdir(java.io.File destdir)(Code) | | Sets the destination directory for the generated executable.
Parameters: destdir - the destination directory for the generated executable. |
setProject | public void setProject(java.io.File prjfile)(Code) | | Sets the JSmooth project file.
Parameters: prjfile - the JSmooth project file. |
setSkeletonRoot | public void setSkeletonRoot(java.io.File skeletonRoot)(Code) | | Sets the JSmooth skeletons root directory.
Parameters: skeletonRoot - the JSmooth skeletons root directory. |
setVerbose | public void setVerbose(boolean val)(Code) | | Sets the log level to verbose or not.
Parameters: verbose - the log level to verbose or not. |
|
|
|