Class BrowserRuntimeProperties

java.lang.Object
org.aspectj.tools.ajbrowser.ui.BrowserRuntimeProperties
All Implemented Interfaces:
IRuntimeProperties

public class BrowserRuntimeProperties extends Object implements IRuntimeProperties
AjBrowser implementation of IRuntimeProperties which uses the PreferenceStoreConstant to decide which class the user has specified contains the main method
  • Constructor Details

  • Method Details

    • getClassToExecute

      public String getClassToExecute()
      Specified by:
      getClassToExecute in interface IRuntimeProperties
      Returns:
      class which contains the main method and should be used to run the application
    • getExecutionArgs

      public String getExecutionArgs()
      Specified by:
      getExecutionArgs in interface IRuntimeProperties
      Returns:
      args which should be used as part of the execution of the application