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.absolutePathIOException
public ClazzpathUnit addClazzpathUnit(File pFile, String pId) throws IOException
IOException
public ClazzpathUnit addClazzpathUnit(InputStream pInputStream, String pId) throws IOException
IOException
public ClazzpathUnit[] getUnits()
Copyright © 2023. All rights reserved.