Interface IRuntimeProperties

All Known Implementing Classes:
BrowserRuntimeProperties

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

    • getClassToExecute

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

      String getExecutionArgs()
      Returns:
      args which should be used as part of the execution of the application