Package org.vafer.jdependency
Class Clazzpath
java.lang.Object
org.vafer.jdependency.Clazzpath
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClazzpathUnit(File pFile) addClazzpathUnit(File pFile, String pId) addClazzpathUnit(InputStream pInputStream, String pId) private ClazzpathUnitaddClazzpathUnit(Iterable<Clazzpath.Resource> resources, String pId, boolean shouldCloseResourceStream) addClazzpathUnit(Path pPath) addClazzpathUnit(Path pPath, String pId) getUnits()private static booleanisValidResourceName(String pName) booleanremoveClazzpathUnit(ClazzpathUnit pUnit)
-
Field Details
-
units
-
missing
-
clazzes
-
versions
private final boolean versions
-
-
Constructor Details
-
Clazzpath
public Clazzpath() -
Clazzpath
public Clazzpath(boolean pVersions)
-
-
Method Details
-
isValidResourceName
-
removeClazzpathUnit
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
private ClazzpathUnit addClazzpathUnit(Iterable<Clazzpath.Resource> resources, String pId, boolean shouldCloseResourceStream) throws IOException - Throws:
IOException
-
getClazzes
-
getClashedClazzes
-
getMissingClazzes
-
getClazz
-
getUnits
-