JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.aspectj.ajde
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