Class Script.Inline

  • Enclosing class:
    Script

    public static final class Script.Inline
    extends Script
    Script where the script is given as literal text.
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Use a portion of the script as the name.
        Specified by:
        getName in class Script
      • read

        public Reader read()
        Description copied from class: Script
        Returns a new reader that reads the script.
        Specified by:
        read in class Script