Interface InternalBridge.Tag

  • Enclosing interface:
    InternalBridge

    public static interface InternalBridge.Tag
    Version-neutral representation of a tag.
    • Method Detail

      • newTag

        static InternalBridge.Tag newTag​(String name,
                                         String value)
        Creates a new version-neutral tag with the specified name and value.
        Parameters:
        name - name for the new tag
        value - value for the new tag
        Returns:
        the new version-neutral tag
      • getTagName

        String getTagName()
        Returns:
        the tag's name
      • getTagValue

        String getTagValue()
        Returns:
        the tag's value