public class CompileTask
extends Task
| Constructor and Description |
|---|
CompileTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindingFileSet(FileSet bfSet) |
void |
addClassPathSet(FileSet fSet) |
Path |
createClasspath()
Creates the classpath for this task and returns
it.
|
void |
execute()
Hook method called by Ant.
|
Path |
getClasspath()
Returns the current classpath.
|
void |
init()
Hook method called by ant framework to handle
task initialization.
|
void |
setBinding(String file) |
void |
setClasspath(Path classpath)
Sets the classpath for this task.
|
void |
setLoad(boolean bool) |
void |
setVerbose(boolean bool) |
public void init()
throws BuildException
BuildExceptionpublic void execute()
throws BuildException
BuildExceptionpublic void addClassPathSet(FileSet fSet)
fSet - public Path getClasspath()
public void setClasspath(Path classpath)
classpath - The new classpath as a Path object.public Path createClasspath()
public void setBinding(String file)
file - public void addBindingFileSet(FileSet bfSet)
bfSet - public void setLoad(boolean bool)
bool - public void setVerbose(boolean bool)
bool - Copyright © 2005-2013 jibx.org. All Rights Reserved.