public class Prototype extends Object implements Comparable<Prototype>
| Constructor and Description |
|---|
Prototype(ArtifactId id)
Construct a new Include.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Prototype 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 Prototype(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(Prototype o)
compareTo in interface Comparable<Prototype>Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.