Uses of Class
org.wildfly.galleon.plugin.doc.generator.PathElement
-
Uses of PathElement in org.wildfly.galleon.plugin.doc.generator
Methods in org.wildfly.galleon.plugin.doc.generator that return PathElementModifier and TypeMethodDescriptionPathAddress.getElement(int index) Gets the element at the given index.PathAddress.getLastElement()Gets the last element in the address.static PathElementPathElement.pathElement(String key) Construct a new instance with a wildcard value.static PathElementPathElement.pathElement(String key, String value) Construct a new instance.Methods in org.wildfly.galleon.plugin.doc.generator that return types with arguments of type PathElementModifier and TypeMethodDescriptionPathAddress.iterator()Iterate over the elements of this path address.Methods in org.wildfly.galleon.plugin.doc.generator with parameters of type PathElementModifier and TypeMethodDescriptionPathAddress.append(PathElement... additionalElements) Create a new path address by appending more elements to the end of this address.booleanPathElement.equals(PathElement other) Determine whether this object is equal to another.static PathAddressPathAddress.pathAddress(PathAddress parent, PathElement... elements) static PathAddressPathAddress.pathAddress(PathElement... elements) Method parameters in org.wildfly.galleon.plugin.doc.generator with type arguments of type PathElementModifier and TypeMethodDescriptionPathAddress.append(List<PathElement> additionalElements) Create a new path address by appending more elements to the end of this address.static PathAddressPathAddress.pathAddress(List<PathElement> elements)