Package | Description |
---|---|
org.jboss.byteman.agent.submit |
Modifier and Type | Method and Description |
---|---|
List<ScriptText> |
Submit.getAllScripts()
Gets all deployed rules from the agent just as
Submit.listAllRules() , but will return the rules
organized by script (i.e. |
Modifier and Type | Method and Description |
---|---|
String |
Submit.addScripts(List<ScriptText> scripts)
Deploys rule scripts into Byteman
|
String |
Submit.deleteScripts(List<ScriptText> scripts)
Deletes rules from Byteman.
|
Copyright © 2018. All Rights Reserved.