public interface InstrumentActionTransformer
| Modifier and Type | Method and Description |
|---|---|
String |
convertToRuleAction(InstrumentAction action)
This method converts the supplied instrumentation action into a
ByteMan rule action.
|
Class<? extends InstrumentAction> |
getActionType()
This method returns the action type associated with the
transformer.
|
Class<? extends InstrumentAction> getActionType()
String convertToRuleAction(InstrumentAction action)
action - The instrument actionCopyright © 2015 Red Hat, Inc.. All rights reserved.