Package org.jboss.hal.core.deployment
Class Subdeployment
- java.lang.Object
-
- org.jboss.hal.dmr.ModelNode
-
- org.jboss.hal.core.deployment.Subdeployment
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()DeploymentgetParent()List<Subsystem>getSubsystems()booleanhasSubsystem(String name)StringtoString()Get a human-readable string representation of this model node, formatted nicely (possibly on multiple lines).-
Methods inherited from class org.jboss.hal.dmr.ModelNode
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addEmptyList, addEmptyObject, addExpression, as, asBigDecimal, asBigInteger, asBoolean, asBoolean, asBytes, asDouble, asDouble, asInt, asInt, asList, asLong, asLong, asObject, asProperty, asPropertyList, asString, asType, clear, clone, equals, equals, fromBase64, get, get, get, getFailureDescription, getType, has, has, hasDefined, hasDefined, hashCode, isDefined, isFailure, keys, protect, remove, require, require, resolve, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setEmptyList, setEmptyObject, setExpression, setExpression, toBase64String, toJSONString, toJSONString, writeExternal
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:ModelNodeGet a human-readable string representation of this model node, formatted nicely (possibly on multiple lines).
-
getName
public String getName()
-
getParent
public Deployment getParent()
-
hasSubsystem
public boolean hasSubsystem(String name)
-
-