Class Runner


  • public class Runner
    extends Object
    • Constructor Detail

      • Runner

        public Runner()
    • Method Detail

      • initRunners

        public static void initRunners()
      • getExtensions

        public static Set<String> getExtensions()
      • getNames

        public static Set<String> getNames()
      • getTypes

        public static Set<String> getTypes()
      • abortAll

        public static void abortAll()
        Aborts all runners by calling their abort() method.
      • getScriptFile

        public static File getScriptFile​(File fScriptFolder)
        Checks, whether the given directory contains a file with extension, that
        - has the same name (excluding extension)
        - can be run by one of the supported runners
        Parameters:
        fScriptFolder - directory that might have a script file
        Returns:
        the script file's absolute path