Uses of Class
org.jboss.wildscribe.site.PathAddress
-
-
Uses of PathAddress in org.jboss.wildscribe.site
Fields in org.jboss.wildscribe.site declared as PathAddress Modifier and Type Field Description static PathAddressPathAddress. EMPTY_ADDRESSAn empty address.Methods in org.jboss.wildscribe.site that return PathAddress Modifier and Type Method Description PathAddressPathAddress. append(String key)PathAddressPathAddress. append(String key, String value)PathAddressPathAddress. append(List<PathElement> additionalElements)Create a new path address by appending more elements to the end of this address.PathAddressPathAddress. append(PathAddress address)Create a new path address by appending more elements to the end of this address.PathAddressPathAddress. append(PathElement... additionalElements)Create a new path address by appending more elements to the end of this address.PathAddressPathAddress. getParent()static PathAddressPathAddress. parseCLIStyleAddress(String address)static PathAddressPathAddress. pathAddress(String key, String value)static PathAddressPathAddress. pathAddress(List<PathElement> elements)static PathAddressPathAddress. pathAddress(org.jboss.dmr.ModelNode node)Creates a PathAddress from the given ModelNode address.static PathAddressPathAddress. pathAddress(PathAddress parent, PathElement... elements)static PathAddressPathAddress. pathAddress(PathElement... elements)PathAddressPathAddress. subAddress(int start)Get a portion of this address using segments starting atstart(inclusive).PathAddressPathAddress. subAddress(int start, int end)Get a portion of this address using segments betweenstart(inclusive) andend(exclusive).Methods in org.jboss.wildscribe.site with parameters of type PathAddress Modifier and Type Method Description PathAddressPathAddress. append(PathAddress address)Create a new path address by appending more elements to the end of this address.booleanPathAddress. equals(PathAddress other)Determine whether this object is equal to another.static ResourceDescriptionResourceDescription. fromModelNode(PathAddress pathElements, org.jboss.dmr.ModelNode node, Map<String,Capability> capabilities)static PathAddressPathAddress. pathAddress(PathAddress parent, PathElement... elements)
-