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
 java.util.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.
 

Method parameters in org.jboss.byteman.agent.submit with type arguments of type ScriptText
 java.lang.String Submit.addScripts(java.util.List<ScriptText> scripts)
          Deploys rule scripts into Byteman
 java.lang.String Submit.deleteScripts(java.util.List<ScriptText> scripts)
          Deletes rules from Byteman.
 



Copyright © 2012. All Rights Reserved.