public static enum StandaloneXml.ParsingOption extends Enum<StandaloneXml.ParsingOption>
| Enum Constant and Description |
|---|
IGNORE_SUBSYSTEM_FAILURES
This options instructs the parser to ignore failures that result
from parsing subsystem elements.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet(StandaloneXml.ParsingOption[] options)
Verifies if an option exist in an array of options
|
static StandaloneXml.ParsingOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandaloneXml.ParsingOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandaloneXml.ParsingOption IGNORE_SUBSYSTEM_FAILURES
public static StandaloneXml.ParsingOption[] values()
for (StandaloneXml.ParsingOption c : StandaloneXml.ParsingOption.values()) System.out.println(c);
public static StandaloneXml.ParsingOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isSet(StandaloneXml.ParsingOption[] options)
options - options to checktrue if this option matches any of optionsCopyright © 2017 JBoss by Red Hat. All rights reserved.