JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Returns the same path with a different property.
Returns a path below the current path.
Returns the name of the item at the end of the path that this path points to.
Returns the path to this tag's parent folder
Returns the type of property in the tag that this path is referencing.
Returns the source for this tag path.
Returns the full string representation, with source (if any), and property designator (if any)
Returns the string representation of the path without the source or the property.
Method Details
getParentPath
Returns the path to this tag's parent folder
Specified by:
getParentPath
in interface Path
getChildPath
Returns a path below the current path.
getChildPath
Returns the same path with a different property.
getItemName
Returns the name of the item at the end of the path that this path points to. This will be a tag name or a folder
name.
getProperty
Returns the type of property in the tag that this path is referencing.
getSource
Returns the source for this tag path. Some tag paths don't have a source, indicating that they may be a relative,
or they may wish to use a default source.
toStringFull
Returns the full string representation, with source (if any), and property designator (if any)
toStringPartial
Returns the string representation of the path without the source or the property.