Class Javadoc.SourceFile

java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.SourceFile
Enclosing class:
Javadoc

public static class Javadoc.SourceFile extends Object
This class is used to manage the source files to be processed.
  • Constructor Details

    • SourceFile

      public SourceFile()
      Default constructor
    • SourceFile

      public SourceFile(File file)
      Constructor specifying the source file directly
      Parameters:
      file - the source file
  • Method Details

    • setFile

      public void setFile(File file)
      Set the source file.
      Parameters:
      file - the source file.
    • getFile

      public File getFile()
      Get the source file.
      Returns:
      the source file.