Enum Class DistributableWebDeploymentSchema

java.lang.Object
java.lang.Enum<DistributableWebDeploymentSchema>
org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentSchema
All Implemented Interfaces:
Serializable, Comparable<DistributableWebDeploymentSchema>, Constable, org.jboss.as.controller.Feature, org.jboss.as.controller.FeatureFilter, org.jboss.as.controller.FeatureRegistry, org.jboss.as.controller.xml.IntVersionSchema<DistributableWebDeploymentSchema>, org.jboss.as.controller.xml.Schema, org.jboss.as.controller.xml.VersionedFeature<org.jboss.staxmapper.IntVersion,DistributableWebDeploymentSchema>, org.jboss.as.controller.xml.VersionedSchema<org.jboss.staxmapper.IntVersion,DistributableWebDeploymentSchema>, org.jboss.as.controller.xml.XMLElementSchema<DistributableWebDeploymentSchema,MutableDistributableWebDeploymentConfiguration>, org.jboss.as.server.deployment.jbossallxml.JBossAllSchema<DistributableWebDeploymentSchema,DistributableWebDeploymentConfiguration>, org.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<DistributableWebDeploymentConfiguration>, org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,DistributableWebDeploymentSchema>, org.jboss.staxmapper.XMLElementReader<MutableDistributableWebDeploymentConfiguration>

public enum DistributableWebDeploymentSchema extends Enum<DistributableWebDeploymentSchema> implements org.jboss.as.controller.xml.XMLElementSchema<DistributableWebDeploymentSchema,MutableDistributableWebDeploymentConfiguration>, org.jboss.as.server.deployment.jbossallxml.JBossAllSchema<DistributableWebDeploymentSchema,DistributableWebDeploymentConfiguration>
Enumerate the schema versions of the distibutable-web deployment descriptor.
Author:
Paul Ferraro