Class Script.File

  • Enclosing class:
    Script

    public static final class Script.File
    extends Script
    Script where the script is stored in a file.
    • Constructor Detail

      • File

        public File​(File script)
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Script
        Name of the script. This is intended to allow humans to find out which script this is.
        Specified by:
        getName in class Script