public class DocInfo extends Object
Constructor and Description |
---|
DocInfo() |
Modifier and Type | Method and Description |
---|---|
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
|
public void addClass(ClassInfo classInfo)
public Collection getClasses()
public void setSourcePath(String[] sourcePath)
public void setSourcePath(String path)