Class LabelQuery

    • Constructor Detail

      • LabelQuery

        public LabelQuery​(String label)
        Construct a LabelQuery from a string representation of a label.
        Parameters:
        label - a representations of a label. Can be namespaced.
        See Also:
        LabelParser
      • LabelQuery

        public LabelQuery​(@NonNull Label label)
        Construct a LabelQuery directly from the Label instance to be searched for
        Parameters:
        label - the label to search for