Class ScriptText


  • public class ScriptText
    extends Object
    storage for a script file name and the corresponding script text
    • Constructor Detail

      • ScriptText

        public ScriptText​(String fileName,
                          String text)
      • ScriptText

        public ScriptText​(String text)
    • Method Detail

      • getFileName

        public String getFileName()
      • getText

        public String getText()