|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.jxr.pacman.JavaFile
Interface for objects which wish to provide metainfo about a JavaFile.
Constructor Summary | |
---|---|
JavaFile()
|
Method Summary | |
---|---|
void |
addImportType(ImportType importType)
Add an ImportType to the current imports |
ClassType |
getClassType()
Get the name of this class. |
java.lang.String |
getEncoding()
Gets the encoding attribute of the JavaFile object |
java.lang.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(java.lang.String encoding)
Sets the encoding attribute of the JavaFile object |
void |
setFilename(java.lang.String filename)
Sets the filename attribute of the JavaFile object |
void |
setPackageType(PackageType packageType)
Set the PackageType of this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaFile()
Method Detail |
public ImportType[] getImportTypes()
public ClassType getClassType()
public PackageType getPackageType()
public void addImportType(ImportType importType)
public void setClassType(ClassType classType)
public void setPackageType(PackageType packageType)
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |