Uses of Class
org.pipservices3.commons.refer.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.pipservices3.commons.refer
Methods in org.pipservices3.commons.refer that return DescriptorModifier and TypeMethodDescriptionstatic Descriptor
Descriptor.fromString
(String value) Parses colon-separated list of descriptor fields and returns them as a Descriptor.Methods in org.pipservices3.commons.refer with parameters of type DescriptorModifier and TypeMethodDescriptionboolean
Descriptor.exactMatch
(Descriptor descriptor) Matches this descriptor to another descriptor by all fields.boolean
Descriptor.match
(Descriptor descriptor) Partially matches this descriptor to another descriptor.