|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput<T>
org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer<T>
org.jboss.deployers.vfs.spi.deployer.UnmarshallerFactoryDeployer<T,Boolean>
org.jboss.deployers.vfs.spi.deployer.JBossXBDeployer<T>
T
- the expected typepublic abstract class JBossXBDeployer<T>
JBoss XB deployer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
Ordered.OrderedComparator |
Field Summary |
---|
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
JBossXBDeployer(Class<T> output)
Create a new SchemaResolverDeployer. |
Method Summary | |
---|---|
protected org.jboss.deployers.vfs.spi.deployer.UnmarshallerFactory<Boolean> |
createUnmarshallerFactory()
Create unmarshaller factory wrapper. |
protected Boolean |
fromString(String value)
Transform string to flag value. |
protected org.jboss.xb.util.JBossXBHelper<T> |
getHelper()
Get the helper. |
boolean |
isUseSchemaValidation()
Get the useSchemaValidation. |
boolean |
isUseValidation()
Get the useValidation. |
void |
setUseSchemaValidation(boolean useSchemaValidation)
Set the useSchemaValidation. |
void |
setUseValidation(boolean useValidation)
Set the useValidation. |
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.UnmarshallerFactoryDeployer |
---|
getFeatures, isUseDefaultFeatures, setFeatures, setUseDefaultFeatures, start |
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer |
---|
accepts, accepts, allowsMultipleFiles, getAltMappings, getMetadataFile, handleMultipleFiles, init, isDeployable, matchFileToClass, mergeFiles, openStreamAndValidate, parse, parse, parse, parse, parse, parseAndInit, setAllowMultipleFiles |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput |
---|
allowsReparse, createMetaData, createMetaData, createMetaData, createMetaData, deploy, getAttachmentKey, getJarExtension, getMetaData, getName, getNames, getOutput, getSuffix, isBuildManagedObject, isIncludeDeploymentFile, setAttachmentKey, setBuildManagedObject, setIncludeDeploymentFile, setJarExtension, setName, setNames, setSuffix |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents, undeploy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossXBDeployer(Class<T> output)
output
- the output
IllegalArgumentException
- for a null outputMethod Detail |
---|
protected org.jboss.xb.util.JBossXBHelper<T> getHelper()
protected org.jboss.deployers.vfs.spi.deployer.UnmarshallerFactory<Boolean> createUnmarshallerFactory()
UnmarshallerFactoryDeployer
createUnmarshallerFactory
in class UnmarshallerFactoryDeployer<T,Boolean>
protected Boolean fromString(String value)
UnmarshallerFactoryDeployer
fromString
in class UnmarshallerFactoryDeployer<T,Boolean>
value
- the value
public boolean isUseSchemaValidation()
public void setUseSchemaValidation(boolean useSchemaValidation)
useSchemaValidation
- the useSchemaValidation.public boolean isUseValidation()
public void setUseValidation(boolean useValidation)
useValidation
- the useValidation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |