|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.adt.ui.compatibility.CompatibilityUtils
public final class CompatibilityUtils
An utility class for old ATL projects conversion.
Field Summary | |
---|---|
static java.lang.String |
NEW_BUILDER_ID
The new atl builder id. |
static java.lang.String |
NEW_NATURE_ID
The new atl nature id. |
static java.lang.String |
OLD_BUILDER_ID
The old atl builder id. |
static java.lang.String |
OLD_CONFIG_ID
The old atl config id. |
static java.lang.String |
OLD_NATURE_ID
The old atl nature id. |
Method Summary | |
---|---|
static boolean |
convertConfigurations(java.lang.Object[] configurations)
Convert configurations to new id. |
static void |
convertProjects(java.lang.Object[] projects)
Convert projects to new ids. |
static org.eclipse.debug.core.ILaunchConfiguration[] |
getConfigurations()
Returns the list of the old configurations. |
static org.eclipse.core.resources.IProject[] |
getProjects()
Returns the list of the old projects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OLD_NATURE_ID
public static final java.lang.String NEW_NATURE_ID
public static final java.lang.String OLD_BUILDER_ID
public static final java.lang.String NEW_BUILDER_ID
public static final java.lang.String OLD_CONFIG_ID
Method Detail |
---|
public static org.eclipse.core.resources.IProject[] getProjects() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static org.eclipse.debug.core.ILaunchConfiguration[] getConfigurations() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void convertProjects(java.lang.Object[] projects) throws org.eclipse.core.runtime.CoreException
projects
- the projects to convert
org.eclipse.core.runtime.CoreException
public static boolean convertConfigurations(java.lang.Object[] configurations) throws org.eclipse.core.runtime.CoreException
configurations
- the configurations to convert
org.eclipse.core.runtime.CoreException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |