org.apache.tools.ant.taskdefs
Class Javadoc.SourceFile
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.SourceFile
- Javadoc
public static class Javadoc.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
getFile
public File getFile()
Get the source file.
setFile
public void setFile(File file)
Set the source file.
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.