| 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 |
|---|---|
protected static void |
CommonXml.writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected 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 © 2014 JBoss by Red Hat. All rights reserved.