org.jboss.deployers.vfs.plugins.annotations
Class ScanningMetaDataDeployer
java.lang.Object
org.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>
org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer<AbstractScanningMetaData>
org.jboss.deployers.vfs.plugins.annotations.ScanningMetaDataDeployer
- All Implemented Interfaces:
- Deployer, JarExtensionProvider, Ordered, FileMatcher
public class ScanningMetaDataDeployer
- extends SchemaResolverDeployer<AbstractScanningMetaData>
ScanningMetaDataDeployer.
- Author:
- Ales Justin
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, parseAndInit, setAllowMultipleFiles |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput |
allowsReparse, 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 |
ScanningMetaDataDeployer
public ScanningMetaDataDeployer()
createMetaData
protected void createMetaData(DeploymentUnit unit,
String name,
String suffix)
throws DeploymentException
- Description copied from class:
AbstractParsingDeployerWithOutput
- Create some meta data. Calls createMetaData(unit, name, suffix, getDeploymentType().getName()).
- Overrides:
createMetaData
in class AbstractParsingDeployerWithOutput<AbstractScanningMetaData>
- Parameters:
unit
- the deployment unitname
- the namesuffix
- the suffix
- Throws:
DeploymentException
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.