Package | Description |
---|---|
org.jboss.byteman.contrib.dtest |
Modifier and Type | Method | Description |
---|---|---|
RuleConstructor.LocationClause |
RuleConstructor.LocationClause.helper(Class<?> helperClass) |
Byteman helper class to be used in rule definition.
|
RuleConstructor.LocationClause |
RuleConstructor.LocationClause.helper(String helperClassName) |
Class name of Byteman helper class.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod() |
Defining class initialization method as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod(String... argTypes) |
Defining class initialization method as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inConstructor() |
Defining constructor, special method type,
as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inConstructor(String... argTypes) |
Defining constructor, special method type,
as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(String methodName) |
Defining method where the rule is injected to.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(String methodName,
String... argTypes) |
Defining method specified by argument types where the rule is injected to.
|
Copyright © 2018. All rights reserved.