Schnittstelle IRuntimeProperties


public interface IRuntimeProperties
Interface to enable users to specify which class to run
  • Methodendetails

    • getClassToExecute

      String getClassToExecute()
      Gibt zurück:
      class which contains the main method and should be used to run the application
    • getExecutionArgs

      String getExecutionArgs()
      Gibt zurück:
      args which should be used as part of the execution of the application