public class Include extends Object implements Comparable<Include>
| Constructor and Description |
|---|
Include(ArtifactId id)
Construct a new Include.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Include o) |
boolean |
equals(Object obj) |
Map<String,List<ArtifactId>> |
getArtifactExtensionRemovals() |
List<ArtifactId> |
getBundleRemovals() |
List<String> |
getConfigurationRemovals() |
List<String> |
getExtensionRemovals() |
List<String> |
getFrameworkPropertiesRemovals() |
ArtifactId |
getId()
Get the id of the artifact.
|
int |
hashCode() |
String |
toString() |
public Include(ArtifactId id)
id - The id of the feature.IllegalArgumentException - If id is null.public ArtifactId getId()
public List<ArtifactId> getBundleRemovals()
public Map<String,List<ArtifactId>> getArtifactExtensionRemovals()
public int compareTo(Include o)
compareTo in interface Comparable<Include>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.