|
||||||||||
| 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.deployers.vfs.plugins.structure.war.WARStructure
public class WARStructure
WARStructure.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
|---|
Ordered.OrderedComparator |
| Field Summary | |
|---|---|
static org.jboss.virtual.VirtualFileFilter |
DEFAULT_WEB_INF_LIB_FILTER
The default filter which allows jars/jar directories |
| 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 | |
|---|---|
WARStructure()
Sets the default relative order 1000. |
|
| Method Summary | |
|---|---|
boolean |
determineStructure(StructureContext structureContext)
Determine the structure of a deployment |
org.jboss.virtual.VirtualFileFilter |
getWebInfLibFilter()
Get the webInfLibFilter. |
org.jboss.virtual.VirtualFileFilter |
getWebInfLibMetaDataFilter()
Get webInfLibMetaDataFilter |
void |
setIncludeWebInfInClasspath(boolean includeWebInfInClasspath)
Should we include web-inf in classpath. |
void |
setWebInfLibFilter(org.jboss.virtual.VirtualFileFilter webInfLibFilter)
Set the webInfLibFilter. |
void |
setWebInfLibMetaDataFilter(org.jboss.virtual.VirtualFileFilter webInfLibMetaDataFilter)
Set the webInfLibMetaDataFilter. |
| 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_WEB_INF_LIB_FILTER
| Constructor Detail |
|---|
public WARStructure()
| Method Detail |
|---|
public org.jboss.virtual.VirtualFileFilter getWebInfLibFilter()
public void setWebInfLibFilter(org.jboss.virtual.VirtualFileFilter webInfLibFilter)
webInfLibFilter - the webInfLibFilter.
IllegalArgumentException - for a null filterpublic org.jboss.virtual.VirtualFileFilter getWebInfLibMetaDataFilter()
public void setWebInfLibMetaDataFilter(org.jboss.virtual.VirtualFileFilter webInfLibMetaDataFilter)
webInfLibMetaDataFilter - the webInfLibFilter.public void setIncludeWebInfInClasspath(boolean includeWebInfInClasspath)
includeWebInfInClasspath - the include web-inf flag
public boolean determineStructure(StructureContext structureContext)
throws DeploymentException
StructureDeployer
structureContext - the structure context
DeploymentException - for an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||