public class UnaryRequirementCapability extends Object implements Capability
Constructor and Description |
---|
UnaryRequirementCapability(UnaryRequirement requirement,
Requirement... requirements)
Creates a new capability based on the specified unary requirement
|
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.capability.RuntimeCapability<Void> |
getDefinition()
Returns the definition of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceName, resolve
public UnaryRequirementCapability(UnaryRequirement requirement, Requirement... requirements)
requirement
- the unary requirement basisrequirements
- a list of requirements of this capabilitypublic org.jboss.as.controller.capability.RuntimeCapability<Void> getDefinition()
Definable
getDefinition
in interface Definable<org.jboss.as.controller.capability.RuntimeCapability<Void>>
Copyright © 2017 JBoss by Red Hat. All rights reserved.