Uses of Class
org.vafer.jdependency.ClazzpathUnit
Packages that use ClazzpathUnit
-
Uses of ClazzpathUnit in org.vafer.jdependency
Fields in org.vafer.jdependency with type parameters of type ClazzpathUnitModifier and TypeFieldDescriptionprivate final Map
<ClazzpathUnit, String> Clazz.units
private final Set
<ClazzpathUnit> Clazzpath.units
Methods in org.vafer.jdependency that return ClazzpathUnitModifier and TypeMethodDescriptionClazzpath.addClazzpathUnit
(File pFile) Clazzpath.addClazzpathUnit
(File pFile, String pId) Clazzpath.addClazzpathUnit
(InputStream pInputStream, String pId) private ClazzpathUnit
Clazzpath.addClazzpathUnit
(Iterable<Clazzpath.Resource> resources, String pId, boolean shouldCloseResourceStream) Clazzpath.addClazzpathUnit
(Path pPath) Clazzpath.addClazzpathUnit
(Path pPath, String pId) Clazzpath.getUnits()
Methods in org.vafer.jdependency that return types with arguments of type ClazzpathUnitMethods in org.vafer.jdependency with parameters of type ClazzpathUnitModifier and TypeMethodDescriptionvoid
Clazz.addClazzpathUnit
(ClazzpathUnit pUnit, String pDigest) void
Clazz.removeClazzpathUnit
(ClazzpathUnit pUnit) boolean
Clazzpath.removeClazzpathUnit
(ClazzpathUnit pUnit)