Interface TagPath

    • Method Detail

      • getParentPath

        TagPath getParentPath()
        Deprecated.
        Returns the path to this tag's parent folder
        Specified by:
        getParentPath in interface Path
      • getChildPath

        TagPath getChildPath​(java.lang.String nextId)
        Deprecated.
        Returns a path below the current path.
      • getItemName

        java.lang.String getItemName()
        Deprecated.
        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

        @Nullable
        TagProp getProperty()
        Deprecated.
        Returns the type of property in the tag that this path is referencing.
      • getSource

        java.lang.String getSource()
        Deprecated.
        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.
      • getSystem

        java.lang.String getSystem()
        Deprecated.
        Returns which system this tag is being driven by. If null, the system name won't be used to distinguish tags.
      • toStringFull

        java.lang.String toStringFull()
        Deprecated.
        Returns the full string representation, with source (if any), and property designator (if any)
      • toStringPartial

        java.lang.String toStringPartial()
        Deprecated.
        Returns the string representation of the path without the source or the property.
      • upgrade

        default TagPath upgrade()
        Deprecated.