Package org.apache.tools.ant.taskdefs
Class Javadoc.SourceFile
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.SourceFile
- Enclosing class:
- Javadoc
This class is used to manage the source files to be processed.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorSourceFile(File file) Constructor specifying the source file directly
- 
Method Summary
- 
Constructor Details- 
SourceFilepublic SourceFile()Default constructor
- 
SourceFileConstructor specifying the source file directly- Parameters:
- file- the source file
 
 
- 
- 
Method Details- 
setFileSet the source file.- Parameters:
- file- the source file.
 
- 
getFileGet the source file.- Returns:
- the source file.
 
 
-