public final class Clazzpath extends Object
| Constructor and Description |
|---|
Clazzpath() |
| Modifier and Type | Method and Description |
|---|---|
ClazzpathUnit |
addClazzpathUnit(File pFile)
Add a
ClazzpathUnit to this Clazzpath. |
ClazzpathUnit |
addClazzpathUnit(File pFile,
String pId) |
ClazzpathUnit |
addClazzpathUnit(InputStream pInputStream,
String pId) |
Set<Clazz> |
getClashedClazzes() |
Clazz |
getClazz(String pClazzName) |
Set<Clazz> |
getClazzes() |
Set<Clazz> |
getMissingClazzes() |
ClazzpathUnit[] |
getUnits() |
boolean |
removeClazzpathUnit(ClazzpathUnit pUnit) |
public boolean removeClazzpathUnit(ClazzpathUnit pUnit)
public final ClazzpathUnit addClazzpathUnit(File pFile) throws IOException
ClazzpathUnit to this Clazzpath.pFile - may be a directory or a jar fileClazzpathUnit with id of pFile.absolutePathIOExceptionpublic ClazzpathUnit addClazzpathUnit(File pFile, String pId) throws IOException
IOExceptionpublic ClazzpathUnit addClazzpathUnit(InputStream pInputStream, String pId) throws IOException
IOExceptionpublic ClazzpathUnit[] getUnits()
Copyright © 2025. All rights reserved.