| Package | Description |
|---|---|
| org.wildfly.discovery |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue |
AttributeValue.fromBytes(byte[] bytes)
Create an attribute value from a byte sequence.
|
static AttributeValue |
AttributeValue.fromInt(int value)
Create an attribute value from an integer.
|
static AttributeValue |
AttributeValue.fromString(String string)
Create an attribute value from a string.
|
AttributeValue |
ServiceURL.getFirstAttributeValue(String name)
Get the first attribute value for the given name.
|
AttributeValue |
ServiceURL.getFirstAttributeValue(String name,
AttributeValue defaultValue)
Get the first attribute value for the given name.
|
AttributeValue |
ServiceURL.getLastAttributeValue(String name)
Get the last attribute value for the given name.
|
AttributeValue |
ServiceURL.getLastAttributeValue(String name,
AttributeValue defaultValue)
Get the last attribute value for the given name.
|
AttributeValue |
GreaterEqualFilterSpec.getValue()
Get the value to check for.
|
AttributeValue |
LessEqualFilterSpec.getValue()
Get the value to check for.
|
AttributeValue |
EqualsFilterSpec.getValue()
Get the value to check for.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValue> |
ServiceURL.getAttributeValues(String name)
Get the values of the attribute with the given name.
|
List<AttributeValue> |
ServiceURL.Builder.removeAttribute(String name)
Remove all values of the given attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceURL.Builder |
ServiceURL.Builder.addAttribute(String name,
AttributeValue value)
Add an attribute.
|
int |
AttributeValue.compareTo(AttributeValue other)
Compare this value to another.
|
abstract boolean |
AttributeValue.equals(AttributeValue obj)
Determine if this attribute value is equal to another.
|
AttributeValue |
ServiceURL.getFirstAttributeValue(String name,
AttributeValue defaultValue)
Get the first attribute value for the given name.
|
AttributeValue |
ServiceURL.getLastAttributeValue(String name,
AttributeValue defaultValue)
Get the last attribute value for the given name.
|
boolean |
ServiceURL.Builder.removeAttributeValue(String name,
AttributeValue value)
Remove the given value of the given attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubstringFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
HasFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
AllFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
NotFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
GreaterEqualFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
AnyFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
LessEqualFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
BooleanFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
boolean |
EqualsFilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
abstract boolean |
FilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes)
Determine whether the given attribute multi-map matches this filter.
|
boolean |
SubstringFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
HasFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
AllFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
NotFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
GreaterEqualFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
AnyFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
LessEqualFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
BooleanFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
boolean |
EqualsFilterSpec.matchesSimple(Map<String,AttributeValue> attributes) |
abstract boolean |
FilterSpec.matchesSimple(Map<String,AttributeValue> attributes)
Determine whether the given simple attribute map matches this filter.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.