public class LazyFileClassProvider extends AbstractClassProvider implements java.lang.AutoCloseable
| Constructor and Description |
|---|
LazyFileClassProvider(java.util.Collection<java.io.File> path,
net.lenni0451.classtransform.utils.tree.IClassProvider parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getClass(java.lang.String name) |
getAllClasses, getParentpublic LazyFileClassProvider(java.util.Collection<java.io.File> path,
net.lenni0451.classtransform.utils.tree.IClassProvider parent)
public byte[] getClass(java.lang.String name)
getClass in interface net.lenni0451.classtransform.utils.tree.IClassProvidergetClass in class AbstractClassProviderpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception