Package 

Class Executable

    • Method Detail

      • getEntryPoint

         final String getEntryPoint()

        The fully qualified name of the main function. For an example:

        • "main"

        • "com.example.main"

        The main function can either take no arguments or an Array<String>.

      • setEntryPoint

         final Unit setEntryPoint(String entryPoint)

        The fully qualified name of the main function. For an example:

        • "main"

        • "com.example.main"

        The main function can either take no arguments or an Array<String>.

      • getRunTask

         final AbstractExecTask<?> getRunTask()
      • entryPoint

         final Unit entryPoint(String point)

        Set the fully qualified name of the main function. For an example:

        • "main"

        • "com.example.main"

        The main function can either take no arguments or an Array<String>.