public class JavaMigrationDelegate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
EMPTY_STRING
represents the empty string
|
| Constructor and Description |
|---|
JavaMigrationDelegate()
Constructor needed for reflection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCandidate(ILaunchConfiguration candidate) |
void |
migrate(ILaunchConfiguration candidate) |
static void |
updateResourceMapping(ILaunchConfigurationWorkingCopy wc)
Updates the resource mapping for the given launch configuration.
|
protected static final java.lang.String EMPTY_STRING
public JavaMigrationDelegate()
public boolean isCandidate(ILaunchConfiguration candidate)
throws CoreException
CoreExceptionpublic void migrate(ILaunchConfiguration candidate)
throws CoreException
CoreExceptionpublic static void updateResourceMapping(ILaunchConfigurationWorkingCopy wc)
throws CoreException
wc - working copyCoreException - if an exception occurs updating resource mapping.