public class ProjectConversionManager extends Object implements IProjectConversionManager
AbstractProjectConversionParticipant
contributed by 3rd party eclipse plugins.Constructor and Description |
---|
ProjectConversionManager() |
Modifier and Type | Method and Description |
---|---|
void |
convert(org.eclipse.core.resources.IProject project,
org.apache.maven.model.Model model,
org.eclipse.core.runtime.IProgressMonitor monitor)
Converts an existing Eclipse project configuration to its Maven Model counterpart
|
List<AbstractProjectConversionParticipant> |
getConversionParticipants(org.eclipse.core.resources.IProject project)
Returns an unmodifiable list of all
AbstractProjectConversionParticipant s applying to this project |
public 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
IProjectConversionManager
convert
in interface IProjectConversionManager
org.eclipse.core.runtime.CoreException
public List<AbstractProjectConversionParticipant> getConversionParticipants(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
IProjectConversionManager
AbstractProjectConversionParticipant
s applying to this projectgetConversionParticipants
in interface IProjectConversionManager
org.eclipse.core.runtime.CoreException
Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.