| Package | Description |
|---|---|
| org.wildfly.client.config | |
| org.wildfly.client.config._private |
| Modifier and Type | Method and Description |
|---|---|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.missingRequiredAttribute(String namespaceUri,
String localName)
Return a throwable exception explaining that a required attribute with the given namespace and local name was missing.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.missingRequiredElement(String namespaceUri,
String localName)
Return a throwable exception explaining that a required element with the given namespace and local name was missing.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedAttribute(int i)
Return a throwable exception explaining that the attribute at the current position with the given index was not
expected.
|
default ConfigXMLParseException |
ConfigurationXMLStreamReader.unexpectedElement()
Return a throwable exception explaining that the element at the current position was not expected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationXMLStreamReader.close() |
default String |
ConfigurationXMLStreamReader.getElementText() |
default int |
ConfigurationXMLStreamReader.getIntAttributeValue(int index)
Get the value of an attribute as an integer.
|
default int[] |
ConfigurationXMLStreamReader.getIntListAttributeValue(int index)
Get the value of an attribute as an integer list.
|
default List<String> |
ConfigurationXMLStreamReader.getListAttributeValue(int index)
Get the value of an attribute as a space-delimited string list.
|
default String[] |
ConfigurationXMLStreamReader.getListAttributeValueAsArray(int index)
Get the value of an attribute as a space-delimited string list, as an array.
|
default Iterator<String> |
ConfigurationXMLStreamReader.getListAttributeValueAsIterator(int index)
Get the value of an attribute as a space-delimited string list, as an iterator.
|
default long |
ConfigurationXMLStreamReader.getLongAttributeValue(int index)
Get the value of an attribute as a long.
|
default long[] |
ConfigurationXMLStreamReader.getLongListAttributeValue(int index)
Get the value of an attribute as a long integer list.
|
int |
ConfigurationXMLStreamReader.getTextCharacters(int sourceStart,
char[] target,
int targetStart,
int length) |
boolean |
ConfigurationXMLStreamReader.hasNext() |
int |
ConfigurationXMLStreamReader.next() |
default int |
ConfigurationXMLStreamReader.nextTag() |
static ConfigurationXMLStreamReader |
ConfigurationXMLStreamReader.openUri(URI uri,
XMLInputFactory xmlInputFactory) |
static ConfigurationXMLStreamReader |
ConfigurationXMLStreamReader.openUri(URI uri,
XMLInputFactory xmlInputFactory,
InputStream inputStream) |
ConfigurationXMLStreamReader |
ClientConfiguration.readConfiguration(Set<String> recognizedNamespaces) |
default void |
ConfigurationXMLStreamReader.require(int type,
String namespaceURI,
String localName) |
default void |
ConfigurationXMLStreamReader.skipContent() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.