org.jboss.deployers.vfs.plugins.dependency
Class AliasesParserDeployer
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<DeploymentAliases>
org.jboss.deployers.vfs.plugins.dependency.AliasesParserDeployer
- All Implemented Interfaces:
- Deployer, JarExtensionProvider, Ordered, FileMatcher
public class AliasesParserDeployer
- extends AbstractVFSParsingDeployer<DeploymentAliases>
AliasesParserDeployer.
- 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, 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 |
AliasesParserDeployer
public AliasesParserDeployer()
parse
protected DeploymentAliases parse(VFSDeploymentUnit unit,
org.jboss.virtual.VirtualFile file,
DeploymentAliases root)
throws Exception
- Description copied from class:
AbstractVFSParsingDeployer
- Parse a deployment
- Specified by:
parse
in class AbstractVFSParsingDeployer<DeploymentAliases>
- Parameters:
unit
- the deployment unitfile
- the metadata fileroot
- - possibly null pre-existing root
- Returns:
- the metadata
- Throws:
Exception
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.