org.apache.maven.jxr.pacman
public abstract class JavaFile extends Object
Version: $Id: JavaFile.java 292625 2005-09-30 04:27:12Z brett $
| Method Summary | |
|---|---|
| void | addImportType(ImportType importType)
Add an ImportType to the current imports |
| ClassType | getClassType()
Get the name of this class. |
| String | getEncoding()
Gets the encoding attribute of the JavaFile object |
| String | getFilename()
Gets the filename attribute of the JavaFile object |
| ImportType[] | getImportTypes()
Get the imported packages/files that this package has. |
| PackageType | getPackageType()
Get the package of this class. |
| void | setClassType(ClassType classType)
Set the name of this class. |
| void | setEncoding(String encoding)
Sets the encoding attribute of the JavaFile object |
| void | setFilename(String filename)
Sets the filename attribute of the JavaFile object |
| void | setPackageType(PackageType packageType)
Set the PackageType of this class. |