org.eclipse.cdt.launch
Class LaunchUtils

java.lang.Object
  extended by org.eclipse.cdt.launch.LaunchUtils

public class LaunchUtils
extends java.lang.Object

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

LaunchUtils

public LaunchUtils()
Method Detail

getProgramArgumentsArray

public static java.lang.String[] getProgramArgumentsArray(org.eclipse.debug.core.ILaunchConfiguration config)
                                                   throws org.eclipse.core.runtime.CoreException
For given launch configuration returns the program arguments as an array of individual arguments.

Throws:
org.eclipse.core.runtime.CoreException

getProgramArguments

public static java.lang.String getProgramArguments(org.eclipse.debug.core.ILaunchConfiguration config)
                                            throws org.eclipse.core.runtime.CoreException
Returns the program arguments as a String.

Throws:
org.eclipse.core.runtime.CoreException

getStringVariableManager

public static org.eclipse.core.variables.IStringVariableManager getStringVariableManager()
Convenience method.