public class LaunchingUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
PROJECT_LOCATION_VARIABLE_NAME |
Constructor and Description |
---|
LaunchingUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
generateProjectLocationVariableExpression(org.eclipse.core.resources.IProject project)
Generate project_loc variable expression for the given project.
|
static java.lang.String |
substituteVar(java.lang.String s)
Substitute any variable
|
private static final java.lang.String PROJECT_LOCATION_VARIABLE_NAME
public static java.lang.String substituteVar(java.lang.String s) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static java.lang.String generateProjectLocationVariableExpression(org.eclipse.core.resources.IProject project)