org.jboss.webbeans.integration.deployer.cl
Class WebBeansUrlIntegrationDeployer<T>

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.AbstractOptionalRealDeployer<T>
              extended by org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer<T>
                  extended by org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer<T>
                      extended by org.jboss.deployers.vfs.plugins.classloader.FilesUrlIntegrationDeployer<T>
                          extended by org.jboss.deployers.vfs.plugins.classloader.PathUrlIntegrationDeployer<T>
                              extended by org.jboss.webbeans.integration.deployer.cl.WebBeansUrlIntegrationDeployer<T>
Type Parameters:
T - exact input type
All Implemented Interfaces:
org.jboss.deployers.spi.deployer.Deployer, org.jboss.deployers.spi.Ordered
Direct Known Subclasses:
WebBeansWebUrlIntegrationDeployer

public abstract class WebBeansUrlIntegrationDeployer<T>
extends org.jboss.deployers.vfs.plugins.classloader.PathUrlIntegrationDeployer<T>

Web Beans RI integration deployer.

Author:
Ales Justin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered
org.jboss.deployers.spi.Ordered.OrderedComparator
 
Field Summary
 
Fields inherited from class org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer
IS_INTEGRATION_FLAG_KEY
 
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
log
 
Fields inherited from interface org.jboss.deployers.spi.Ordered
COMPARATOR
 
Constructor Summary
protected WebBeansUrlIntegrationDeployer(Class<T> input)
           
 
Method Summary
protected  String getOptionalLib()
          Get the optinal lib path.
protected  String getServerHome()
          Get server home.
protected  Set<URL> getURLs()
          Get the WebBeans integration urls.
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.PathUrlIntegrationDeployer
isIntegrationDeployment
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.FilesUrlIntegrationDeployer
getFiles, setFiles
 
Methods inherited from class org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer
deploy, getDeployerLocation, getIntegrationURL, getIntegrationURLs, isIntegrationDeployment, setIntegrationURL, setIntegrationURLs, start, undeploy
 
Methods inherited from class org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer
deploy, undeploy
 
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer
internalDeploy, internalUndeploy, setDisableOptional
 
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, getInput, 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

WebBeansUrlIntegrationDeployer

protected WebBeansUrlIntegrationDeployer(Class<T> input)
Method Detail

getURLs

protected Set<URL> getURLs()
Get the WebBeans integration urls.

Returns:
the webbeans jbossas integration urls

getServerHome

protected String getServerHome()
Get server home.

Returns:
the jboss server home location

getOptionalLib

protected String getOptionalLib()
Get the optinal lib path.

Returns:
the integration path


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