Uses of Interface
xjavadoc.filesystem.AbstractFile

Packages that use AbstractFile
xjavadoc   
xjavadoc.filesystem   
 

Uses of AbstractFile in xjavadoc
 

Fields in xjavadoc declared as AbstractFile
private  AbstractFile SourceClass._sourceFile
          Keep a ref to the file in case of warning reporting
 

Methods in xjavadoc that return AbstractFile
(package private) static AbstractFile XJavaDoc.getSourceFileFor(XProgramElement pe)
          Gets the file the pe is contained in.
private  AbstractFile XJavaDoc.getSourceFile(java.lang.String qualifiedName)
          Gets the SourceFile attribute of the XJavaDoc object
 AbstractFile SourceClass.getFile()
           
 AbstractFile[] SourceSet.getFiles()
           
 AbstractFile SourceSet.getSourceFile(java.lang.String qualifiedName)
           
 

Methods in xjavadoc with parameters of type AbstractFile
 void XJavaDoc.addAbstractFile(java.lang.String qualifiedName, AbstractFile file)
           
 

Constructors in xjavadoc with parameters of type AbstractFile
SourceClass(XJavaDoc xJavaDoc, AbstractFile sourceFile, boolean useNodeParser, XTagFactory tagFactory, java.lang.String encoding)
          Constructor to use for outer classes
 

Uses of AbstractFile in xjavadoc.filesystem
 

Classes in xjavadoc.filesystem that implement AbstractFile
 class ReaderFile
           
 class XJavadocFile
           
 

Methods in xjavadoc.filesystem that return AbstractFile
 AbstractFile[] FileSourceSet.getFiles()
          Gets the files contained in the source set.
 AbstractFile FileSourceSet.getSourceFile(java.lang.String qualifiedName)
          Gets the File containing the source of the class.