public interface IProjectConversionManager
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
|
IProjectConversionEnabler |
getConversionEnablerForProject(org.eclipse.core.resources.IProject project)
Returns an
IProjectConversionEnabler for the project, if one exists |
List<AbstractProjectConversionParticipant> |
getConversionParticipants(org.eclipse.core.resources.IProject project)
Deprecated.
since 1.3 Use
getConversionParticipants(IProject, String) instead. |
List<AbstractProjectConversionParticipant> |
getConversionParticipants(org.eclipse.core.resources.IProject project,
String packaging)
Returns an unmodifiable list of all
AbstractProjectConversionParticipant s applying to the given project and
packaging. |
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.CoreException
@Deprecated List<AbstractProjectConversionParticipant> getConversionParticipants(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
getConversionParticipants(IProject, String)
instead.AbstractProjectConversionParticipant
s applying to the given project.
Packaging restrictions on AbstractProjectConversionParticipant
s will be ignored.org.eclipse.core.runtime.CoreException
List<AbstractProjectConversionParticipant> getConversionParticipants(org.eclipse.core.resources.IProject project, String packaging) throws org.eclipse.core.runtime.CoreException
AbstractProjectConversionParticipant
s applying to the given project and
packaging.org.eclipse.core.runtime.CoreException
IProjectConversionEnabler getConversionEnablerForProject(org.eclipse.core.resources.IProject project)
IProjectConversionEnabler
for the project, if one existsIProjectConversionEnabler
for the project, or null if one cannot be found.Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.