public class AggregateMappingLabelProvider extends Object implements ILifecycleMappingLabelProvider
| Constructor and Description |
|---|
AggregateMappingLabelProvider(ILifecycleMappingRequirement element,
List<ILifecycleMappingLabelProvider> content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ILifecycleMappingLabelProvider[] |
getChildren() |
ILifecycleMappingRequirement |
getKey() |
String |
getMavenText()
Returns label of Maven Project element, i.e.
|
Collection<org.apache.maven.project.MavenProject> |
getProjects() |
int |
hashCode() |
boolean |
isError(LifecycleMappingDiscoveryRequest mappingConfiguration) |
public AggregateMappingLabelProvider(ILifecycleMappingRequirement element, List<ILifecycleMappingLabelProvider> content)
public String getMavenText()
ILifecycleMappingLabelProvidergetMavenText in interface ILifecycleMappingLabelProviderpublic boolean isError(LifecycleMappingDiscoveryRequest mappingConfiguration)
isError in interface ILifecycleMappingLabelProviderpublic ILifecycleMappingLabelProvider[] getChildren()
public ILifecycleMappingRequirement getKey()
getKey in interface ILifecycleMappingLabelProviderpublic Collection<org.apache.maven.project.MavenProject> getProjects()
getProjects in interface ILifecycleMappingLabelProviderCopyright © 2005–2021 Eclipse Foundation. All rights reserved.