Uses of Class
org.apache.maven.jxr.pacman.ClassType
Packages that use ClassType
-
Uses of ClassType in org.apache.maven.jxr
Methods in org.apache.maven.jxr with parameters of type ClassType -
Uses of ClassType in org.apache.maven.jxr.pacman
Fields in org.apache.maven.jxr.pacman with type parameters of type ClassTypeMethods in org.apache.maven.jxr.pacman that return ClassTypeModifier and TypeMethodDescriptionJavaFile.getClassType()Gets the name of this class.PackageType.getClassType(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 that return types with arguments of type ClassTypeModifier and TypeMethodDescriptionJavaFile.getClassTypes()Gets the names of the classes in this file.PackageType.getClassTypes()Gets all the known classesMethods in org.apache.maven.jxr.pacman with parameters of type ClassTypeModifier and TypeMethodDescriptionvoidJavaFile.addClassType(ClassType classType) Add a class type to the current list of class types.voidPackageType.addClassType(ClassType classType) Adds a class to this package.voidJavaFile.setClassType(ClassType classType) Sets the name of this class.