Package org.jboss.byteman.layer
Class LayerModuleReader
java.lang.Object
org.jboss.byteman.layer.LayerModuleReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ModuleReader
Created by adinn on 25/07/16.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe mapper to which this reader delegates under a read request to locate class definitions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.module.ModuleReader
open, release
-
Field Details
-
classMapper
the mapper to which this reader delegates under a read request to locate class definitions
-
-
Constructor Details
-
LayerModuleReader
-
-
Method Details
-
find
- Specified by:
find
in interfaceModuleReader
- Throws:
IOException
-
read
- Specified by:
read
in interfaceModuleReader
- Throws:
IOException
-
list
- Specified by:
list
in interfaceModuleReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceModuleReader
- Throws:
IOException
-