Uses of Interface
org.jboss.byteman.modules.ModuleSystem
-
Packages that use ModuleSystem Package Description org.jboss.byteman.agent org.jboss.byteman.modules org.jboss.byteman.modules.jbossmodules org.jboss.byteman.rule -
-
Uses of ModuleSystem in org.jboss.byteman.agent
Methods in org.jboss.byteman.agent that return ModuleSystem Modifier and Type Method Description ModuleSystem
HelperManager. getModuleSystem()
Constructors in org.jboss.byteman.agent with parameters of type ModuleSystem Constructor Description HelperManager(Instrumentation inst, ModuleSystem moduleSystem)
construct a managerRetransformer(Instrumentation inst, ModuleSystem moduleSystem, List<String> scriptPaths, List<String> scriptTexts, boolean isRedefine)
constructor allowing this transformer to be provided with access to the JVM's instrumentation implementationTransformer(Instrumentation inst, ModuleSystem moduleSystem, List<String> scriptPaths, List<String> scriptTexts, boolean isRedefine)
constructor allowing this transformer to be provided with access to the JVM's instrumentation implementation -
Uses of ModuleSystem in org.jboss.byteman.modules
Classes in org.jboss.byteman.modules that implement ModuleSystem Modifier and Type Class Description class
NonModuleSystem
-
Uses of ModuleSystem in org.jboss.byteman.modules.jbossmodules
Classes in org.jboss.byteman.modules.jbossmodules that implement ModuleSystem Modifier and Type Class Description class
JBossModulesSystem
-
Uses of ModuleSystem in org.jboss.byteman.rule
Methods in org.jboss.byteman.rule that return ModuleSystem Modifier and Type Method Description ModuleSystem
Rule. getModuleSystem()
-