| Package | Description |
|---|---|
| org.wildfly.discovery |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue |
AttributeValue.fromBytes(byte[] bytes) |
static AttributeValue |
AttributeValue.fromString(String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceURL.Builder.addAttribute(String name,
AttributeValue value)
Add an attribute.
|
int |
AttributeValue.compareTo(AttributeValue other) |
| 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 © 2016 JBoss by Red Hat. All rights reserved.