Modifier and Type | Field and Description |
---|---|
private java.util.List<PluginExecutionMetadata> |
SimpleMappingMetadataSource.pluginExecutions |
Modifier and Type | Method and Description |
---|---|
private PluginExecutionMetadata |
AnnotationMappingMetadataSource.createMetadata(org.codehaus.plexus.util.xml.Xpp3Dom action) |
private static PluginExecutionMetadata |
LifecycleMappingFactory.getPluginExecutionMetadata(LifecycleMappingMetadataSource mapping,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
PluginExecutionAction action) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<PluginExecutionMetadata> |
LifecycleMappingFactory.applyParametersFilter(java.util.List<PluginExecutionMetadata> metadatas,
org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.plugin.MojoExecution execution,
org.eclipse.core.runtime.IProgressMonitor monitor) |
java.util.List<PluginExecutionMetadata> |
MappingMetadataSource.getPluginExecutionMetadata(MojoExecutionKey execution) |
java.util.List<PluginExecutionMetadata> |
AnnotationMappingMetadataSource.getPluginExecutionMetadata(MojoExecutionKey execution) |
java.util.List<PluginExecutionMetadata> |
SimpleMappingMetadataSource.getPluginExecutionMetadata(MojoExecutionKey execution) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
LifecycleMappingFactory.isConfigurator(PluginExecutionMetadata metadata) |
private static boolean |
LifecycleMappingFactory.isPrimaryMapping(PluginExecutionMetadata executionMetadata,
ProjectConfigurationElementSorter sorter) |
private static boolean |
LifecycleMappingFactory.isValidPluginExecutionMetadata(PluginExecutionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<PluginExecutionMetadata> |
LifecycleMappingFactory.applyParametersFilter(java.util.List<PluginExecutionMetadata> metadatas,
org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.plugin.MojoExecution execution,
org.eclipse.core.runtime.IProgressMonitor monitor) |
private static void |
LifecycleMappingFactory.enforcePluginMapping(org.apache.maven.artifact.Artifact artifact,
java.util.List<PluginExecutionMetadata> executions) |
Modifier and Type | Field and Description |
---|---|
private PluginExecutionMetadata |
MojoExecutionMappingConfiguration.mapping |
Modifier and Type | Method and Description |
---|---|
PluginExecutionMetadata |
MojoExecutionMappingConfiguration.getMapping() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PluginExecutionMetadata> |
LifecycleMappingMetadata.pluginExecutions
Field pluginExecutions.
|
private java.util.List<PluginExecutionMetadata> |
LifecycleMappingMetadataSource.pluginExecutions
Field pluginExecutions.
|
Modifier and Type | Method and Description |
---|---|
PluginExecutionMetadata |
PluginExecutionMetadata.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PluginExecutionMetadata> |
LifecycleMappingMetadata.getPluginExecutions()
Method getPluginExecutions.
|
java.util.List<PluginExecutionMetadata> |
LifecycleMappingMetadataSource.getPluginExecutions()
Method getPluginExecutions.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingMetadata.addPluginExecution(PluginExecutionMetadata pluginExecutionMetadata)
Method addPluginExecution.
|
void |
LifecycleMappingMetadataSource.addPluginExecution(PluginExecutionMetadata pluginExecutionMetadata)
Method addPluginExecution.
|
void |
LifecycleMappingMetadata.removePluginExecution(PluginExecutionMetadata pluginExecutionMetadata)
Method removePluginExecution.
|
void |
LifecycleMappingMetadataSource.removePluginExecution(PluginExecutionMetadata pluginExecutionMetadata)
Method removePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleMappingMetadata.setPluginExecutions(java.util.List<PluginExecutionMetadata> pluginExecutions)
Set the pluginExecutions field.
|
void |
LifecycleMappingMetadataSource.setPluginExecutions(java.util.List<PluginExecutionMetadata> pluginExecutions)
Set the pluginExecutions field.
|
Modifier and Type | Method and Description |
---|---|
private PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.parsePluginExecutionMetadata(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginExecutionMetadata.
|
PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.readPluginExecutionMetadata(java.io.InputStream in)
Method readPluginExecutionMetadata.
|
PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.readPluginExecutionMetadata(java.io.InputStream in,
boolean strict)
Method readPluginExecutionMetadata.
|
PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.readPluginExecutionMetadata(java.io.Reader reader) |
PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.readPluginExecutionMetadata(java.io.Reader reader,
boolean strict) |
private PluginExecutionMetadata |
LifecycleMappingMetadataSourceXpp3Reader.readPluginExecutionMetadata(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method readPluginExecutionMetadata.
|
Modifier and Type | Method and Description |
---|---|
private void |
LifecycleMappingMetadataSourceXpp3Writer.writePluginExecutionMetadata(PluginExecutionMetadata pluginExecutionMetadata,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginExecutionMetadata.
|
Modifier and Type | Method and Description |
---|---|
private void |
LifecycleMappingsViewer.setMappingSource(MojoExecutionKey execution,
java.util.List<IPluginExecutionMetadata> mappings,
PluginExecutionMetadata clone) |