| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValue> |
ServiceURL.getAttributeValues(String name)
Get the values of the attribute with the given 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
FilterSpec.matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes)
Determine whether the given attribute multi-map matches this filter.
|
abstract boolean |
FilterSpec.matchesSimple(Map<String,AttributeValue> attributes)
Determine whether the given simple attribute map matches this filter.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.