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()
Get the list of artifacts removed from extensions The returned object is
modifiable.
|
List<ArtifactId> |
getBundleRemovals()
Get the list of artifact removals The returned object is modifiable.
|
List<org.osgi.resource.Capability> |
getCapabilityRemovals()
Get the list of capability removals.
|
List<String> |
getConfigurationRemovals()
Get the list of configuration removals The returned object is modifiable.
|
List<String> |
getExtensionRemovals()
Get the list of extension removals The returned object is modifiable.
|
List<String> |
getFrameworkPropertiesRemovals()
Get the list of framework property removals The returned object is
modifiable.
|
ArtifactId |
getId()
Get the id of the artifact.
|
List<MatchingRequirement> |
getRequirementRemovals()
Get the list of requirement removals.
|
int |
hashCode() |
String |
toString() |
public Prototype(ArtifactId id)
id - The id of the feature.IllegalArgumentException - If id is null.public ArtifactId getId()
public List<String> getConfigurationRemovals()
PIDs.public List<ArtifactId> getBundleRemovals()
public List<String> getFrameworkPropertiesRemovals()
public List<String> getExtensionRemovals()
public Map<String,List<ArtifactId>> getArtifactExtensionRemovals()
public List<MatchingRequirement> getRequirementRemovals()
public List<org.osgi.resource.Capability> getCapabilityRemovals()
public int compareTo(Prototype o)
compareTo in interface Comparable<Prototype>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.