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
  • Field Details

    • fileName

      private String fileName
    • text

      private String text
  • Constructor Details

    • ScriptText

      public ScriptText(String fileName, String text)
    • ScriptText

      public ScriptText(String text)
  • Method Details

    • getFileName

      public String getFileName()
    • getText

      public String getText()