org.jboss.deployers.spi.deployer.helpers
Class AbstractAnnotationDeployer

java.lang.Object
  extended by org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
      extended by org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
          extended by org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer<AnnotationEnvironment>
              extended by org.jboss.deployers.spi.deployer.helpers.AbstractAnnotationDeployer
All Implemented Interfaces:
Deployer, Ordered
Direct Known Subclasses:
BeanScanningDeployer

public class AbstractAnnotationDeployer
extends AbstractSimpleRealDeployer<AnnotationEnvironment>

AbstractComponentDeployer.

Author:
Ales Justin

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
AbstractAnnotationDeployer(AnnotationProcessor<?,?>... processors)
           
 
Method Summary
 void deploy(DeploymentUnit unit, AnnotationEnvironment deployment)
           
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer
getInput, internalDeploy, internalUndeploy, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer
addControllerContextName, deploy, isControllerContextNameCandidate, isUseUnitName, removeControllerContextName, setUseUnitName, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
addInput, addInput, addOutput, addOutput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnnotationDeployer

public AbstractAnnotationDeployer(AnnotationProcessor<?,?>... processors)
Method Detail

deploy

public void deploy(DeploymentUnit unit,
                   AnnotationEnvironment deployment)
            throws DeploymentException
Specified by:
deploy in class AbstractSimpleRealDeployer<AnnotationEnvironment>
Throws:
DeploymentException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.