Uses of Class
org.vafer.jdependency.Clazz
Packages that use Clazz
-
Uses of Clazz in org.vafer.jdependency
Fields in org.vafer.jdependency with type parameters of type ClazzModifier and TypeFieldDescriptionClazzpath.clazzes
ClazzpathUnit.clazzes
Clazz.dependencies
ClazzpathUnit.dependencies
Clazzpath.missing
Clazz.references
Methods in org.vafer.jdependency that return ClazzModifier and TypeMethodDescriptionMethods in org.vafer.jdependency that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzpath.getClashedClazzes()
Clazzpath.getClazzes()
ClazzpathUnit.getClazzes()
Clazz.getDependencies()
ClazzpathUnit.getDependencies()
Clazzpath.getMissingClazzes()
Clazz.getReferences()
Clazz.getTransitiveDependencies()
ClazzpathUnit.getTransitiveDependencies()
Methods in org.vafer.jdependency with parameters of type ClazzModifier and TypeMethodDescriptionvoid
Clazz.addDependency
(Clazz pClazz) int
void
Clazz.removeDependency
(Clazz pClazz) Method parameters in org.vafer.jdependency with type arguments of type ClazzModifier and TypeMethodDescription(package private) void
Clazz.findTransitiveDependencies
(Set<? super Clazz> pAll) Constructor parameters in org.vafer.jdependency with type arguments of type Clazz