Uses of Interface
org.jboss.as.server.deployment.jbossallxml.JBossAllSchema
-
Packages that use JBossAllSchema Package Description org.jboss.as.server.deployment.jbossallxml -
-
Uses of JBossAllSchema in org.jboss.as.server.deployment.jbossallxml
Classes in org.jboss.as.server.deployment.jbossallxml with type parameters of type JBossAllSchema Modifier and Type Interface Description interfaceJBossAllSchema<S extends JBossAllSchema<S,T>,T>A versioned schema for an XML element contained withinjboss-all.xml,Methods in org.jboss.as.server.deployment.jbossallxml with type parameters of type JBossAllSchema Modifier and Type Method Description static <S extends JBossAllSchema<S,T>,T>
DeploymentUnitProcessorJBossAllSchema. createDeploymentUnitProcessor(Set<S> schemas, AttachmentKey<T> key)Creates a deployment unit processor that registers parsers for the specifiedjboss-all.xmlschemas.
-