Modifier and Type | Method and Description |
---|---|
static LifecycleMappingMetadataSource |
LifecycleMappingFactory.createLifecycleMappingMetadataSource(InputStream is) |
static LifecycleMappingMetadataSource |
LifecycleMappingFactory.getDefaultLifecycleMappingMetadataSource() |
static LifecycleMappingMetadataSource |
LifecycleMappingFactory.getWorkspaceMetadata(boolean reload) |
Modifier and Type | Method and Description |
---|---|
static List<LifecycleMappingMetadataSource> |
LifecycleMappingFactory.getBundleMetadataSources()
Returns lifecycle mapping metadata sources provided by all installed bundles
|
List<LifecycleMappingMetadataSource> |
SimpleMappingMetadataSource.getSources() |
Modifier and Type | Method and Description |
---|---|
static void |
LifecycleMappingFactory.addLifecyclePluginExecution(LifecycleMappingMetadataSource mapping,
String groupId,
String artifactId,
String version,
String[] goals,
PluginExecutionAction action) |
static void |
LifecycleMappingFactory.setDefaultLifecycleMappingMetadataSource(LifecycleMappingMetadataSource defaultLifecycleMappingMetadataSource)
For unit tests only
|
static void |
LifecycleMappingFactory.writeWorkspaceMetadata(LifecycleMappingMetadataSource metadata) |
Modifier and Type | Method and Description |
---|---|
static List<MappingMetadataSource> |
LifecycleMappingFactory.getProjectMetadataSources(org.apache.maven.project.MavenProject mavenProject,
List<LifecycleMappingMetadataSource> bundleMetadataSources,
List<org.apache.maven.plugin.MojoExecution> mojoExecutions,
boolean includeDefault,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static Map<String,List<MappingMetadataSource>> |
LifecycleMappingFactory.getProjectMetadataSourcesMap(org.apache.maven.project.MavenProject mavenProject,
List<LifecycleMappingMetadataSource> bundleMetadataSources,
List<org.apache.maven.plugin.MojoExecution> mojoExecutions,
boolean includeDefault,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static void |
LifecycleMappingFactory.setBundleMetadataSources(List<LifecycleMappingMetadataSource> bundleMetadataSources) |
Constructor and Description |
---|
SimpleMappingMetadataSource(LifecycleMappingMetadataSource source) |
Constructor and Description |
---|
SimpleMappingMetadataSource(List<LifecycleMappingMetadataSource> sources) |
Modifier and Type | Method and Description |
---|---|
LifecycleMappingMetadataSource |
LifecycleMappingMetadata.getSource() |
LifecycleMappingMetadataSource |
PluginExecutionMetadata.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingMetadata.setSource(LifecycleMappingMetadataSource source) |
void |
PluginExecutionMetadata.setSource(LifecycleMappingMetadataSource source) |
Modifier and Type | Method and Description |
---|---|
LifecycleMappingMetadataSource |
LifecycleMappingMetadataSourceXpp3Reader.read(InputStream in)
Method read.
|
LifecycleMappingMetadataSource |
LifecycleMappingMetadataSourceXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
LifecycleMappingMetadataSource |
LifecycleMappingMetadataSourceXpp3Reader.read(Reader reader) |
LifecycleMappingMetadataSource |
LifecycleMappingMetadataSourceXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingMetadataSourceXpp3Writer.write(OutputStream stream,
LifecycleMappingMetadataSource lifecycleMappingMetadataSource)
Method write.
|
void |
LifecycleMappingMetadataSourceXpp3Writer.write(Writer writer,
LifecycleMappingMetadataSource lifecycleMappingMetadataSource)
Method write.
|
Modifier and Type | Method and Description |
---|---|
static LifecycleMappingMetadataSource |
MavenDiscovery.getLifecycleMappingMetadataSource(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem ci) |
LifecycleMappingMetadataSource |
MavenDiscoveryService.CatalogItemCacheEntry.getMetadataSource() |
Modifier and Type | Method and Description |
---|---|
void |
MavenDiscoveryService.addCatalogItem(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem item,
LifecycleMappingMetadataSource metadataSource,
List<String> projectConfigurators,
List<String> mappingStrategies) |
Constructor and Description |
---|
CatalogItemCacheEntry(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem item,
LifecycleMappingMetadataSource metadataSource,
List<String> projectConfigurators,
List<String> mappingStrategies) |
Modifier and Type | Method and Description |
---|---|
protected LifecycleMappingMetadataSource |
AbstractLifecycleMappingTest.loadLifecycleMappingMetadataSource(String metadataFilename) |
Copyright © 2005–2019 Eclipse Foundation. All rights reserved.