Package | Description |
---|---|
org.jboss.as.controller.parsing | |
org.jboss.as.server.parsing |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.forName(String localName) |
static Attribute |
Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
WriteUtils.writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value) |
static void |
WriteUtils.writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
static void |
WriteUtils.writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
Modifier and Type | Method and Description |
---|---|
protected static void |
CommonXml.writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value)
|
Modifier and Type | Method and Description |
---|---|
void |
CommonXml.parseDeployments(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list,
Set<Attribute> allowedAttributes,
Set<Element> allowedElements,
boolean validateUniqueRuntimeNames) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.