org.apache.tools.ant.taskdefs
Class Javadoc.SourceFile
java.lang.Objectorg.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
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.