Uses of Class
org.jboss.byteman.agent.submit.ScriptText
-
-
Uses of ScriptText in org.jboss.byteman.agent.submit
Methods in org.jboss.byteman.agent.submit that return types with arguments of type ScriptText Modifier and Type Method Description java.util.List<ScriptText>Submit. getAllScripts()Gets all deployed rules from the agent just asSubmit.listAllRules(), but will return the rules organized by script (i.e.Method parameters in org.jboss.byteman.agent.submit with type arguments of type ScriptText Modifier and Type Method Description java.lang.StringSubmit. addScripts(java.util.List<ScriptText> scripts)Deploys rule scripts into Bytemanjava.lang.StringSubmit. deleteScripts(java.util.List<ScriptText> scripts)Deletes rules from Byteman.
-