Package org.apache.tools.ant.taskdefs
Class Javadoc.SourceFile
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.Javadoc.SourceFile
-
- Enclosing class:
- Javadoc
public static class Javadoc.SourceFile extends java.lang.Object
This class is used to manage the source files to be processed.
-
-
Constructor Summary
Constructors Constructor Description SourceFile()
Default constructorSourceFile(java.io.File file)
Constructor specifying the source file directly
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
Get the source file.void
setFile(java.io.File file)
Set the source file.
-