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.
- Since:
- Ant 1.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorSourceFile(File file) Constructor specifying the source file directly -
Method Summary
-
Constructor Details
-
SourceFile
public SourceFile()Default constructor -
SourceFile
Constructor specifying the source file directly- Parameters:
file- the source file
-
-
Method Details
-
setFile
-
getFile
-