Uses of Class
org.wildfly.galleon.plugin.doc.generator.PathAddress
-
Uses of PathAddress in org.wildfly.galleon.plugin.doc.generator
Fields in org.wildfly.galleon.plugin.doc.generator declared as PathAddressModifier and TypeFieldDescriptionstatic final PathAddressPathAddress.EMPTY_ADDRESSAn empty address.Methods in org.wildfly.galleon.plugin.doc.generator that return PathAddressModifier and TypeMethodDescriptionPathAddress.append(List<PathElement> additionalElements) Create a new path address by appending more elements to the end of this address.PathAddress.append(PathAddress address) Create a new path address by appending more elements to the end of this address.PathAddress.append(PathElement... additionalElements) Create a new path address by appending more elements to the end of this address.PathAddress.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) PathAddress.subAddress(int start) Get a portion of this address using segments starting atstart(inclusive).PathAddress.subAddress(int start, int end) Get a portion of this address using segments betweenstart(inclusive) andend(exclusive).Methods in org.wildfly.galleon.plugin.doc.generator with parameters of type PathAddressModifier and TypeMethodDescriptionPathAddress.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 PathAddressPathAddress.pathAddress(PathAddress parent, PathElement... elements)