| Modifier and Type | Field and Description |
|---|---|
| protected File | |
| private Path | |
| private Set |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| protected void | checkParameters()
Check that all required attributes have been set and nothing silly has been entered. |
| public void | execute()
Overrides org. Called by the project to let the task do its work. |
| public File | Returns: the destination directoryGets the destination directory into which the java source files should be compiled. |
| protected abstract String | |
| public Path | |
| protected abstract String | |
| protected abstract void | |
| protected void | |
| public void | setDestdir(File
the destination director destDir)Set the destination directory into which the Java source files should be compiled. |
| public void |
| destDir | back to summary |
|---|---|
| protected File destDir | |
| src | back to summary |
|---|---|
| private Path src | |
| toExpose | back to summary |
|---|---|
| private Set<File> toExpose | |
| GlobMatchingTask | back to summary |
|---|---|
| public GlobMatchingTask() | |
| checkParameters | back to summary |
|---|---|
| protected void checkParameters() throws BuildException Check that all required attributes have been set and nothing silly has been entered. | |
| execute | back to summary |
|---|---|
| public void execute() throws BuildException Overrides org. Doc from org. Called by the project to let the task do its work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running "ant target1 target2" will run all tasks in target3 twice.
| |
| getDestdir | back to summary |
|---|---|
| public File getDestdir() Gets the destination directory into which the java source files should be compiled.
| |
| getFrom | back to summary |
|---|---|
| protected abstract String getFrom() | |
| getSrcdir | back to summary |
|---|---|
| public Path getSrcdir() Gets the source dirs to find the class files to be exposed. | |
| getTo | back to summary |
|---|---|
| protected abstract String getTo() | |
| process | back to summary |
|---|---|
| protected abstract void process(Set<File> matches) | |
| scanDir | back to summary |
|---|---|
| protected void scanDir(File srcDir, File destDir, String[] files) | |
| setDestdir | back to summary |
|---|---|
| public void setDestdir(File destDir) Set the destination directory into which the Java source files should be compiled.
| |
| setSrcdir | back to summary |
|---|---|
| public void setSrcdir(Path srcDir) Set the source directories to find the class files to be exposed. | |