Package | Description |
---|---|
org.eclipse.m2e.core.internal.lifecyclemapping | |
org.eclipse.m2e.core.project.configurator | |
org.eclipse.m2e.jdt | |
org.eclipse.m2e.jdt.internal |
Modifier and Type | Method and Description |
---|---|
static AbstractProjectConfigurator |
LifecycleMappingFactory.createProjectConfigurator(IPluginExecutionMetadata metadata) |
static AbstractProjectConfigurator |
LifecycleMappingFactory.createProjectConfigurator(String configuratorId) |
Modifier and Type | Method and Description |
---|---|
Map<String,AbstractProjectConfigurator> |
LifecycleMappingResult.getProjectConfigurators() |
static Map<String,AbstractProjectConfigurator> |
LifecycleMappingFactory.getProjectConfigurators(IMavenProjectFacade facade) |
List<AbstractProjectConfigurator> |
InvalidLifecycleMapping.getProjectConfigurators(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingResult.setProjectConfigurators(Map<String,AbstractProjectConfigurator> configurators) |
Modifier and Type | Method and Description |
---|---|
List<AbstractProjectConfigurator> |
AbstractCustomizableLifecycleMapping.getProjectConfigurators(IMavenProjectFacade projectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor) |
List<AbstractProjectConfigurator> |
ILifecycleMapping.getProjectConfigurators(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
List<AbstractProjectConfigurator> |
NoopLifecycleMapping.getProjectConfigurators(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaProjectConfigurator
Deprecated.
use
AbstractSourcesGenerationProjectConfigurator instead. |
class |
AbstractSourcesGenerationProjectConfigurator
Convenience abstract baseclass for project configurators that "wrap" code generation maven plugins, like modello and
similar.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaProjectConfigurator
DefaultJavaConfigurator
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.