Uses of Class
org.wildfly.discovery.AttributeValue
Packages that use AttributeValue
-
Uses of AttributeValue in org.wildfly.discovery
Methods in org.wildfly.discovery that return AttributeValueModifier and TypeMethodDescriptionstatic AttributeValueAttributeValue.fromBytes(byte[] bytes) Create an attribute value from a byte sequence.static AttributeValueAttributeValue.fromInt(int value) Create an attribute value from an integer.static AttributeValueAttributeValue.fromString(String string) Create an attribute value from a string.ServiceURL.getFirstAttributeValue(String name) Get the first attribute value for the given name.ServiceURL.getFirstAttributeValue(String name, AttributeValue defaultValue) Get the first attribute value for the given name.ServiceURL.getLastAttributeValue(String name) Get the last attribute value for the given name.ServiceURL.getLastAttributeValue(String name, AttributeValue defaultValue) Get the last attribute value for the given name.EqualsFilterSpec.getValue()Get the value to check for.GreaterEqualFilterSpec.getValue()Get the value to check for.LessEqualFilterSpec.getValue()Get the value to check for.Methods in org.wildfly.discovery that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionServiceURL.getAttributeValues(String name) Get the values of the attribute with the given name.ServiceURL.Builder.removeAttribute(String name) Remove all values of the given attribute name.Methods in org.wildfly.discovery with parameters of type AttributeValueModifier and TypeMethodDescriptionServiceURL.Builder.addAttribute(String name, AttributeValue value) Add an attribute.intAttributeValue.compareTo(AttributeValue other) Compare this value to another.abstract booleanAttributeValue.equals(AttributeValue obj) Determine if this attribute value is equal to another.ServiceURL.getFirstAttributeValue(String name, AttributeValue defaultValue) Get the first attribute value for the given name.ServiceURL.getLastAttributeValue(String name, AttributeValue defaultValue) Get the last attribute value for the given name.booleanServiceURL.Builder.removeAttributeValue(String name, AttributeValue value) Remove the given value of the given attribute name.Method parameters in org.wildfly.discovery with type arguments of type AttributeValueModifier and TypeMethodDescriptionbooleanAllFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanAnyFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanBooleanFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanEqualsFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) abstract booleanFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) Determine whether the given attribute multi-map matches this filter.booleanGreaterEqualFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanHasFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanLessEqualFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanNotFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanSubstringFilterSpec.matchesMulti(Map<String, ? extends Collection<AttributeValue>> attributes) booleanAllFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanAnyFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanBooleanFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanEqualsFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) abstract booleanFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) Determine whether the given simple attribute map matches this filter.booleanGreaterEqualFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanHasFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanLessEqualFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanNotFilterSpec.matchesSimple(Map<String, AttributeValue> attributes) booleanSubstringFilterSpec.matchesSimple(Map<String, AttributeValue> attributes)