Uses of Class
org.apache.maven.jxr.pacman.ClassType

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 PackageType.addClassType(ClassType classType)
          Add a class to this package.
 void JavaFile.addClassType(ClassType classType)
          Add a ClassType to the current list of class types.
 void JavaFile.setClassType(ClassType classType)
          Set the name of this class.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.