Package | Description |
---|---|
org.jboss.as.controller.parsing | |
org.jboss.as.domain.management.parsing | |
org.jboss.as.host.controller.parsing | |
org.jboss.as.server.parsing |
Modifier and Type | Field and Description |
---|---|
static Namespace[] |
Namespace.ALL_NAMESPACES |
static Namespace |
Namespace.CURRENT
The current namespace version.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<Namespace> |
Namespace.STANDARD_NAMESPACES
Set of all namespaces, excluding the special
UNKNOWN value. |
Modifier and Type | Method and Description |
---|---|
static Namespace[] |
Namespace.domainValues() |
static Namespace |
Namespace.forUri(String uri) |
static Namespace |
Namespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Namespace[] |
Namespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Element |
ParseUtils.nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace expectedNamespace)
A variation of nextElement that verifies the nextElement is not in a different namespace.
|
void |
ExtensionXml.parseExtensions(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
static void |
ParseUtils.requireNamespace(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace requiredNs)
Require that the namespace of the current element matches the required namespace.
|
Modifier and Type | Method and Description |
---|---|
static AccessControlXml |
AccessControlXml.newInstance(Namespace namespace) |
static AuditLogXml |
AuditLogXml.newInstance(Namespace namespace,
boolean host) |
static ManagementXml |
ManagementXml.newInstance(Namespace namespace,
ManagementXmlDelegate delegate) |
void |
AuditLogXml_Legacy.parseAuditLog(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
abstract void |
AuditLogXml.parseAuditLog(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
void |
AuditLogXml_4.parseAuditLog(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
JvmXml.parseEnvironmentVariables(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace expectedNs,
org.jboss.dmr.ModelNode addOp) |
static void |
JvmXml.parseJvm(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode parentAddress,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> updates,
Set<String> jvmNames,
boolean server) |
Modifier and Type | Method and Description |
---|---|
protected void |
CommonXml.parseDeploymentOverlays(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace namespace,
org.jboss.dmr.ModelNode baseAddress,
List<org.jboss.dmr.ModelNode> list,
boolean allowContent,
boolean allowDeployment) |
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) |
void |
ExtensionHandler.parseExtensions(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace namespace,
List<org.jboss.dmr.ModelNode> list) |
protected void |
CommonXml.parseInterfaces(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Set<String> names,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list,
boolean checkSpecified) |
protected void |
CommonXml.parsePaths(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list,
boolean requirePath) |
protected void |
CommonXml.parseSystemProperties(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> updates,
boolean standalone) |
protected void |
CommonXml.parseVault(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.