JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.ajde
IRuntimeProperties
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getClassToExecute()
getExecutionArgs()
Interface IRuntimeProperties
public interface
IRuntimeProperties
Interface to enable users to specify which class to run
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getClassToExecute
()
String
getExecutionArgs
()
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