public abstract class AbstractProjectConversionParticipant extends Object implements org.eclipse.core.runtime.IExecutableExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_ID |
static String |
ATTR_NAME |
| Constructor and Description |
|---|
AbstractProjectConversionParticipant() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(org.eclipse.core.resources.IProject project)
Checks if this participant can change the Maven Model from this Eclipse project configuration
|
abstract void |
convert(org.eclipse.core.resources.IProject project,
org.apache.maven.model.Model model,
org.eclipse.core.runtime.IProgressMonitor monitor)
Converts existing Eclipse project configuration to Maven model
|
String |
getId() |
String |
getName() |
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
String propertyName,
Object data) |
String |
toString() |
public static final String ATTR_ID
public static final String ATTR_NAME
public AbstractProjectConversionParticipant()
public String getName()
public String getId()
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
String propertyName,
Object data)
setInitializationData in interface org.eclipse.core.runtime.IExecutableExtensionpublic abstract boolean accept(org.eclipse.core.resources.IProject project)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic abstract void convert(org.eclipse.core.resources.IProject project,
org.apache.maven.model.Model model,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionCopyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.