org.apache.tools.ant.taskdefs
Class Gjdoc.SourceFile
java.lang.Object
org.apache.tools.ant.taskdefs.Gjdoc.SourceFile
- Gjdoc
public static class Gjdoc.SourceFile
extends java.lang.Object
This class is used to manage the source files to be processed.
SourceFile() - Default constructor
|
SourceFile(File file) - Constructor specifying the source file directly
|
File | getFile() - Get the source file.
|
void | setFile(File file) - Set the source file.
|
SourceFile
public SourceFile()
Default constructor
SourceFile
public SourceFile(File file)
Constructor specifying the source file directly
file
- the source file
getFile
public File getFile()
Get the source file.
- the source file.
setFile
public void setFile(File file)
Set the source file.
file
- the source file.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.