Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.jboss.deployer.structure
Class WebBundleStructureDeployer

java.lang.Object
  extended by org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer
      extended by org.jboss.deployers.vfs.plugins.structure.AbstractVFSStructureDeployer
          extended by org.jboss.deployers.vfs.plugins.structure.jar.JARStructure
              extended by org.nuxeo.runtime.jboss.deployer.structure.WebBundleStructureDeployer
All Implemented Interfaces:
org.jboss.deployers.spi.Ordered, org.jboss.deployers.vfs.spi.structure.StructureDeployer

public class WebBundleStructureDeployer
extends org.jboss.deployers.vfs.plugins.structure.jar.JARStructure

Avoid letting JARStructure deploy JARs containing "nuxeo.war" because they will try to deploy the war...

Author:
Bogdan Stefanescu

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 interface org.jboss.deployers.spi.Ordered
COMPARATOR
 
Constructor Summary
WebBundleStructureDeployer()
           
 
Method Summary
 boolean determineStructure(org.jboss.deployers.vfs.spi.structure.StructureContext structureContext)
           
 
Methods inherited from class org.jboss.deployers.vfs.plugins.structure.jar.JARStructure
addJarExtension, getSuffixes, removeJarExtension, setSuffixes
 
Methods inherited from class org.jboss.deployers.vfs.plugins.structure.AbstractVFSStructureDeployer
setExcluded, setFilter, setIncluded, setRecurseFilter
 
Methods inherited from class org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer
addCandidateAnnotation, getCandidateAnnotations, getCandidateStructureVisitorFactory, getRelativeOrder, getRelativePath, getRelativePath, isSupportsCandidateAnnotations, setCandidateAnnotations, setCandidateStructureVisitorFactory, setContextInfoOrder, setRelativeOrder, setSupportsCandidateAnnotations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBundleStructureDeployer

public WebBundleStructureDeployer()
Method Detail

determineStructure

public boolean determineStructure(org.jboss.deployers.vfs.spi.structure.StructureContext structureContext)
                           throws org.jboss.deployers.spi.DeploymentException
Specified by:
determineStructure in interface org.jboss.deployers.vfs.spi.structure.StructureDeployer
Overrides:
determineStructure in class org.jboss.deployers.vfs.plugins.structure.jar.JARStructure
Throws:
org.jboss.deployers.spi.DeploymentException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.