org.python.util
Class GlobMatchingTask
- java.lang.Object
-
- MatchingTask
-
- org.python.util.GlobMatchingTask
-
- Direct Known Subclasses:
- ExposeTask, JycompileAntTask
public abstract class GlobMatchingTask extends MatchingTask
-
-
Constructor Summary
Constructors Constructor and Description GlobMatchingTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidexecute()java.io.FilegetDestdir()Gets the destination directory into which the java source files should be compiled.PathgetSrcdir()Gets the source dirs to find the class files to be exposed.voidsetDestdir(java.io.File destDir)Set the destination directory into which the Java source files should be compiled.voidsetSrcdir(Path srcDir)Set the source directories to find the class files to be exposed.
-
-
-
Method Detail
-
setSrcdir
public void setSrcdir(Path srcDir)
Set the source directories to find the class files to be exposed.
-
getSrcdir
public Path getSrcdir()
Gets the source dirs to find the class files to be exposed.
-
setDestdir
public void setDestdir(java.io.File destDir)
Set the destination directory into which the Java source files should be compiled.- Parameters:
destDir- the destination director
-
getDestdir
public java.io.File getDestdir()
Gets the destination directory into which the java source files should be compiled.- Returns:
- the destination directory
-
execute
public void execute() throws BuildException- Throws:
BuildException
-
-
DMelt 3.0 © DataMelt by jWork.ORG