|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.jxr.pacman.BaseType
org.apache.maven.jxr.pacman.ImportType
Represents an entry in a java "import" statement
Constructor Summary | |
ImportType(java.lang.String name)
Create a new ImportType with the specified name |
Method Summary | |
java.lang.String |
getPackage()
Get the name of the package that this import is based on: EX: test.* will return "test" EX: test.Test will return "test" |
boolean |
isClass()
Return true if this is a class import. |
boolean |
isPackage()
Return true if this is a package import. |
Methods inherited from class org.apache.maven.jxr.pacman.BaseType |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImportType(java.lang.String name)
name
- Method Detail |
public boolean isClass()
public boolean isPackage()
public java.lang.String getPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |