Uses of Enum Class
org.jboss.as.server.parsing.StandaloneXml.ParsingOption
Packages that use StandaloneXml.ParsingOption
-
Uses of StandaloneXml.ParsingOption in org.jboss.as.server.parsing
Methods in org.jboss.as.server.parsing that return StandaloneXml.ParsingOptionModifier and TypeMethodDescriptionstatic StandaloneXml.ParsingOptionReturns the enum constant of this class with the specified name.static StandaloneXml.ParsingOption[]StandaloneXml.ParsingOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.server.parsing with parameters of type StandaloneXml.ParsingOptionModifier and TypeMethodDescriptionbooleanStandaloneXml.ParsingOption.isSet(StandaloneXml.ParsingOption[] options) Verifies if an option exist in an array of optionsConstructors in org.jboss.as.server.parsing with parameters of type StandaloneXml.ParsingOptionModifierConstructorDescriptionStandaloneXml(ExtensionHandler handler, DeferredExtensionContext deferredExtensionContext, StandaloneXml.ParsingOption... options)