|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassType | |
|---|---|
| org.apache.maven.jxr | |
| org.apache.maven.jxr.pacman | |
| Uses of ClassType in org.apache.maven.jxr |
|---|
| Methods in org.apache.maven.jxr with parameters of type ClassType | |
|---|---|
java.lang.String |
JavaCodeTransform.xrLine(java.lang.String line,
java.lang.String packageName,
ClassType classType)
Cross Reference the given line with JXR returning the new content. |
| Uses of ClassType in org.apache.maven.jxr.pacman |
|---|
| Methods in org.apache.maven.jxr.pacman that return ClassType | |
|---|---|
ClassType |
JavaFile.getClassType()
Get the name of this class. |
ClassType |
PackageType.getClassType(java.lang.String classType)
Given the name of a class, get it from this package or null if it does not exist |
| Methods in org.apache.maven.jxr.pacman with parameters of type ClassType | |
|---|---|
void |
JavaFile.addClassType(ClassType classType)
Add a ClassType to the current list of class types. |
void |
PackageType.addClassType(ClassType classType)
Add a class to this package. |
void |
JavaFile.setClassType(ClassType classType)
Set the name of this class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||