|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.launch.LaunchUtils
public class LaunchUtils
Utility methods.
Constructor Summary | |
---|---|
LaunchUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration config)
Returns the program arguments as a String. |
static java.lang.String[] |
getProgramArgumentsArray(org.eclipse.debug.core.ILaunchConfiguration config)
For given launch configuration returns the program arguments as an array of individual arguments. |
static org.eclipse.core.variables.IStringVariableManager |
getStringVariableManager()
Convenience method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaunchUtils()
Method Detail |
---|
public static java.lang.String[] getProgramArgumentsArray(org.eclipse.debug.core.ILaunchConfiguration config) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static java.lang.String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration config) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static org.eclipse.core.variables.IStringVariableManager getStringVariableManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |