public class JarFileClassProvider extends Object implements ClassProvider
ClassProvider backed by a JarFile.| Constructor and Description |
|---|
JarFileClassProvider(JarFile jar) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String klass)
Gets the given class, represented as a byte array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsNode, getAsNode, of, ofpublic JarFileClassProvider(JarFile jar)
public byte[] get(String klass)
ClassProviderget in interface ClassProviderklass - The name of the classnull if unavailable