org.aspectj.tools.ajbrowser.ui
Class BrowserRuntimeProperties

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

public class BrowserRuntimeProperties
extends java.lang.Object
implements IRuntimeProperties

AjBrowser implementation of IRuntimeProperties which uses the PreferenceStoreConstant to decide which class the user has specified contains the main method


Constructor Summary
BrowserRuntimeProperties(UserPreferencesAdapter preferencesAdapter)
           
 
Method Summary
 java.lang.String getClassToExecute()
           
 java.lang.String getExecutionArgs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserRuntimeProperties

public BrowserRuntimeProperties(UserPreferencesAdapter preferencesAdapter)
Method Detail

getClassToExecute

public java.lang.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 java.lang.String getExecutionArgs()
Specified by:
getExecutionArgs in interface IRuntimeProperties
Returns:
args which should be used as part of the execution of the application