Package | Description |
---|---|
org.jboss.byteman.agent | |
org.jboss.byteman.agent.adapter | |
org.jboss.byteman.jigsaw | |
org.jboss.byteman.rule |
Class | Description |
---|---|
AccessEnabler |
interface encapsulating behaviour required both to check
for the need to access a member reflectively and to ensure
that the member can be so used.
|
AccessibleConstructorInvoker |
Created by adinn on 01/11/16.
|
AccessibleFieldGetter |
Created by adinn on 01/11/16.
|
AccessibleFieldSetter |
Created by adinn on 01/11/16.
|
AccessibleMethodInvoker |
Created by adinn on 01/11/16.
|
HelperManager |
class used to manage lifecycle events for rule helpers
|
Location |
Specifies a location in a method at which a rule trigger should be inserted
|
LocationType |
enum categorizing types of locations at which rule triggers can be inserted
|
Retransformer |
byte code transformer used to introduce byteman events into JBoss code
|
RuleScript |
details of a single rule obtained from a rule file.
|
ScriptRepository |
Class to manage indexing and lookup of rule scripts by rule name and by either class or interface name
|
Transform |
record of a specific bytecode transformation applied by the byteman agent for a given trigger class
|
TransformContext |
Class used to localise the context information employed when creating a rule from a rule script and
using it to transform a method
|
Transformer |
byte code transformer used to introduce byteman events into JBoss code
|
TransformSet |
A TransformSet groups together a set of Transform records which
share a common classloader and trigger class name.
|
Class | Description |
---|---|
TransformContext |
Class used to localise the context information employed when creating a rule from a rule script and
using it to transform a method
|
Class | Description |
---|---|
AccessEnabler |
interface encapsulating behaviour required both to check
for the need to access a member reflectively and to ensure
that the member can be so used.
|
AccessibleConstructorInvoker |
Created by adinn on 01/11/16.
|
AccessibleFieldGetter |
Created by adinn on 01/11/16.
|
AccessibleFieldSetter |
Created by adinn on 01/11/16.
|
AccessibleMethodInvoker |
Created by adinn on 01/11/16.
|
Class | Description |
---|---|
AccessEnabler |
interface encapsulating behaviour required both to check
for the need to access a member reflectively and to ensure
that the member can be so used.
|
HelperManager |
class used to manage lifecycle events for rule helpers
|
Location |
Specifies a location in a method at which a rule trigger should be inserted
|
RuleScript |
details of a single rule obtained from a rule file.
|
Copyright © 2018. All rights reserved.