public interface IExecutableAdvice
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExecutableName()
Returns the name of the launcher.
|
java.lang.String[] |
getProgramArguments()
Returns the program arguments for this executable.
|
java.lang.String[] |
getVMArguments()
Returns the VM arguments for this executable.
|
java.lang.String[] getVMArguments()
java.lang.String[] getProgramArguments()
java.lang.String getExecutableName()
null if none.