Package org.vafer.jdependency
Class Clazzpath
java.lang.Object
org.vafer.jdependency.Clazzpath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ClazzpathUnit
addClazzpathUnit
(File pFile) Add aClazzpathUnit
to thisClazzpath
.addClazzpathUnit
(File pFile, String pId) addClazzpathUnit
(InputStream pInputStream, String pId) getUnits()
boolean
removeClazzpathUnit
(ClazzpathUnit pUnit)
-
Constructor Details
-
Clazzpath
public Clazzpath()
-
-
Method Details
-
removeClazzpathUnit
-
addClazzpathUnit
Add aClazzpathUnit
to thisClazzpath
.- Parameters:
pFile
- may be a directory or a jar file- Returns:
- newly created
ClazzpathUnit
with id of pFile.absolutePath - Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
addClazzpathUnit
- Throws:
IOException
-
getClazzes
-
getClashedClazzes
-
getMissingClazzes
-
getClazz
-
getUnits
-