Class BytecoderLoader
java.lang.Object
de.mirkosertic.bytecoder.core.loader.BytecoderLoader
- All Implemented Interfaces:
Loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResource(String resourceName) getResources(String resourceName) org.objectweb.asm.tree.ClassNodeloadClassFor(org.objectweb.asm.Type type)
-
Constructor Details
-
BytecoderLoader
-
-
Method Details
-
getResources
- Specified by:
getResourcesin interfaceLoader- Throws:
IOException
-
getResource
- Specified by:
getResourcein interfaceLoader
-
loadClassFor
public org.objectweb.asm.tree.ClassNode loadClassFor(org.objectweb.asm.Type type) throws IOException, ClassNotFoundException - Specified by:
loadClassForin interfaceLoader- Throws:
IOExceptionClassNotFoundException
-