vdoclet.docinfo
Class DocInfo

java.lang.Object
  |
  +--vdoclet.docinfo.DocInfo

public class DocInfo
extends Object

Root of doc-info tree.


Constructor Summary
DocInfo()
           
 
Method Summary
 void addClass(ClassInfo classInfo)
           
 ClassInfo getClass(String name)
           
 Collection getClasses()
           
 File getSourceFile(String name)
          Find a named file on the source-path.
 ClassInfo makeClass(String name)
           
 void setSourcePath(String path)
          Set the source-path
 void setSourcePath(String[] sourcePath)
          Set the source-path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocInfo

public DocInfo()
Method Detail

addClass

public void addClass(ClassInfo classInfo)

getClasses

public Collection getClasses()

getClass

public ClassInfo getClass(String name)

makeClass

public ClassInfo makeClass(String name)

setSourcePath

public void setSourcePath(String[] sourcePath)
Set the source-path


setSourcePath

public void setSourcePath(String path)
Set the source-path


getSourceFile

public File getSourceFile(String name)
Find a named file on the source-path. Return null if the file does not exist.