|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer
org.jboss.deployers.vfs.plugins.structure.AbstractVFSStructureDeployer
org.jboss.deployment.EARStructure
public class EARStructure
Structure deployer for EARs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary | |
---|---|
static org.jboss.virtual.VirtualFileFilter |
DEFAULT_EAR_LIB_FILTER
The default ear/lib filter |
Fields inherited from class org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
EARStructure()
Set the relative order to 1000 by default |
Method Summary | |
---|---|
boolean |
determineStructure(org.jboss.deployers.vfs.spi.structure.StructureContext structureContext)
|
org.jboss.virtual.VirtualFileFilter |
getEarLibFilter()
Get the earLibFilter. |
org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingResolver |
getResolver()
Get the schema resolver |
boolean |
isUseValidation()
|
void |
setComparatorClassName(String comparatorClassName)
|
void |
setEarLibFilter(org.jboss.virtual.VirtualFileFilter earLibFilter)
Set the earLibFilter. |
void |
setIncludeEarRootInClasspath(boolean includeEarRootInClasspath)
|
void |
setResolver(org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingResolver resolver)
Set the schema resolver |
void |
setUseValidation(boolean validateXml)
|
Methods inherited from class org.jboss.deployers.vfs.plugins.structure.AbstractVFSStructureDeployer |
---|
createAnnotationEnvironment, setExcluded, setFilter, setIncluded, setRecurseFilter |
Methods inherited from class org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer |
---|
addAllChildren, addAllChildren, addCandidateAnnotation, addChildren, addChildren, addClassPath, applyContextInfo, applyMetadataPath, applyMetadataPaths, applyStructure, checkCandidateAnnotations, createContext, createContext, createContext, getCandidateAnnotations, getCandidateStructureVisitorFactory, getRelativeOrder, getRelativePath, getRelativePath, isLeaf, isSupportsCandidateAnnotations, setCandidateAnnotations, setCandidateStructureVisitorFactory, setContextInfoOrder, setRelativeOrder, setSupportsCandidateAnnotations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.jboss.virtual.VirtualFileFilter DEFAULT_EAR_LIB_FILTER
Constructor Detail |
---|
public EARStructure()
Method Detail |
---|
public org.jboss.virtual.VirtualFileFilter getEarLibFilter()
public void setEarLibFilter(org.jboss.virtual.VirtualFileFilter earLibFilter)
earLibFilter
- the earLibFilter.
IllegalArgumentException
- for a null filterpublic org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingResolver getResolver()
public void setResolver(org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingResolver resolver)
resolver
- the schema resolverpublic boolean determineStructure(org.jboss.deployers.vfs.spi.structure.StructureContext structureContext) throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
public void setIncludeEarRootInClasspath(boolean includeEarRootInClasspath)
public void setComparatorClassName(String comparatorClassName)
public void setUseValidation(boolean validateXml)
public boolean isUseValidation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |