Uses of Class
org.jboss.wildscribe.site.PathElement
-
-
Uses of PathElement in org.jboss.wildscribe.site
Methods in org.jboss.wildscribe.site that return PathElement Modifier and Type Method Description PathElementPathAddress. getElement(int index)Gets the element at the given index.PathElementPathAddress. 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.jboss.wildscribe.site that return types with arguments of type PathElement Modifier and Type Method Description ListIterator<PathElement>PathAddress. iterator()Iterate over the elements of this path address.Methods in org.jboss.wildscribe.site with parameters of type PathElement Modifier and Type Method Description PathAddressPathAddress. 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.jboss.wildscribe.site with type arguments of type PathElement Modifier and Type Method Description PathAddressPathAddress. 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)
-