public class CapabilityId extends Object implements Comparable<CapabilityId>
Constructor and Description |
---|
CapabilityId(String name,
CapabilityScope scope) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CapabilityId o) |
boolean |
equals(Object o) |
String |
getName()
Gets the name of the capability.
|
CapabilityScope |
getScope()
Gets the scope in which the capability exists.
|
int |
hashCode() |
String |
toString() |
public CapabilityId(String name, CapabilityScope scope)
public String getName()
org.wildfly
namespace and any child namespaces
are reserved for use by the WildFly project or its component projects itself.null
public CapabilityScope getScope()
null
public int compareTo(CapabilityId o)
compareTo
in interface Comparable<CapabilityId>
Copyright © 2023 JBoss by Red Hat. All rights reserved.