org.aspectj.ajde
Interface IRuntimeProperties


public interface IRuntimeProperties

Interface to enable users to specify which class to run


Method Summary
 java.lang.String getClassToExecute()
           
 java.lang.String getExecutionArgs()
           
 

Method Detail

getClassToExecute

java.lang.String getClassToExecute()
Returns:
class which contains the main method and should be used to run the application

getExecutionArgs

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