Package org.jboss.byteman.agent.submit
Class ScriptText
- java.lang.Object
-
- org.jboss.byteman.agent.submit.ScriptText
-
public class ScriptText extends Object
storage for a script file name and the corresponding script text
-
-
Constructor Summary
Constructors Constructor Description ScriptText(String text)
ScriptText(String fileName, String text)
-