Package | Description |
---|---|
org.eclipse.m2e.core.internal.project.conversion | |
org.eclipse.m2e.core.project.conversion | |
org.eclipse.m2e.jdt.internal |
Modifier and Type | Method and Description |
---|---|
List<AbstractProjectConversionParticipant> |
ProjectConversionManager.getConversionParticipants(org.eclipse.core.resources.IProject project)
Deprecated.
|
List<AbstractProjectConversionParticipant> |
ProjectConversionManager.getConversionParticipants(org.eclipse.core.resources.IProject project,
String packaging) |
List<AbstractProjectConversionParticipant> |
ProjectConversionParticipantSorter.getSortedConverters() |
Constructor and Description |
---|
ProjectConversionParticipantSorter(List<AbstractProjectConversionParticipant> converters) |
Modifier and Type | Method and Description |
---|---|
List<AbstractProjectConversionParticipant> |
IProjectConversionManager.getConversionParticipants(org.eclipse.core.resources.IProject project)
Deprecated.
since 1.3 Use
IProjectConversionManager.getConversionParticipants(IProject, String) instead. |
List<AbstractProjectConversionParticipant> |
IProjectConversionManager.getConversionParticipants(org.eclipse.core.resources.IProject project,
String packaging)
Returns an unmodifiable list of all
AbstractProjectConversionParticipant s applying to the given project and
packaging. |
Modifier and Type | Class and Description |
---|---|
class |
JavaProjectConversionParticipant
Converts existing Eclipse Java projects by setting the maven compiler source and target values.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.