|
||||||||||
| 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.AbstractRealDeployer
org.jboss.deployers.spi.deployer.helpers.AbstractOptionalRealDeployer<T>
org.jboss.deployers.vfs.spi.deployer.AbstractOptionalVFSRealDeployer<T>
org.jboss.deployers.vfs.plugins.classloader.UrlIntegrationDeployer<T>
T - exact output typepublic abstract class UrlIntegrationDeployer<T>
Integration deployer. Adds integration path to deployment classpath.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
|---|
Ordered.OrderedComparator |
| Field Summary | |
|---|---|
static String |
IS_INTEGRATION_FLAG_KEY
The is integration cached 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 | |
|---|---|
UrlIntegrationDeployer(Class<T> input)
|
|
| Method Summary | |
|---|---|
void |
deploy(VFSDeploymentUnit unit,
T metaData)
Deploy a deployment |
protected String |
getDeployerLocation()
Get the deployer's location. |
URL |
getIntegrationURL()
Get the integration url. |
Set<URL> |
getIntegrationURLs()
Get integration urls. |
protected abstract boolean |
isIntegrationDeployment(VFSDeploymentUnit unit)
Is unit integration deployment unit? |
protected boolean |
isIntegrationDeployment(VFSDeploymentUnit unit,
T metaData)
Is unit integration deployment unit? |
void |
setIntegrationURL(URL url)
Set integration url. |
void |
setIntegrationURLs(Set<URL> integrationURLs)
Set integration urls. |
void |
start()
Check if integration urls exist. |
void |
undeploy(VFSDeploymentUnit unit,
T metaData)
Undeploy a deployment |
| 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 |
| Field Detail |
|---|
public static final String IS_INTEGRATION_FLAG_KEY
| Constructor Detail |
|---|
public UrlIntegrationDeployer(Class<T> input)
| Method Detail |
|---|
public URL getIntegrationURL()
public void setIntegrationURL(URL url)
url - the integration urlpublic Set<URL> getIntegrationURLs()
public void setIntegrationURLs(Set<URL> integrationURLs)
integrationURLs - the integration urlspublic void start()
public void deploy(VFSDeploymentUnit unit,
T metaData)
throws DeploymentException
AbstractOptionalVFSRealDeployer
deploy in class AbstractOptionalVFSRealDeployer<T>unit - the unitmetaData - the attachment
DeploymentException - for any error
public void undeploy(VFSDeploymentUnit unit,
T metaData)
AbstractOptionalVFSRealDeployer
undeploy in class AbstractOptionalVFSRealDeployer<T>unit - the unitmetaData - the attachmentprotected String getDeployerLocation()
protected boolean isIntegrationDeployment(VFSDeploymentUnit unit,
T metaData)
unit - the deployment unitmetaData - the meta data
protected abstract boolean isIntegrationDeployment(VFSDeploymentUnit unit)
unit - the deployment unit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||