|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure |
---|
Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type StructureContext | |
---|---|
boolean |
StructureDeployerWrapper.determineStructure(StructureContext context)
|
boolean |
VFSStructuralDeployersImpl.determineStructure(org.jboss.virtual.VirtualFile file,
StructureContext parentContext)
|
protected boolean |
VFSStructuralDeployersImpl.doDetermineStructure(StructureContext context)
Determine the structure |
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure.dir |
---|
Methods in org.jboss.deployers.vfs.plugins.structure.dir with parameters of type StructureContext | |
---|---|
boolean |
DirectoryStructure.determineStructure(StructureContext context)
Deprecated. |
protected boolean |
DirectoryStructure.isMetadataPath(StructureContext context)
Deprecated. Is the current context already part of metadata path. |
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure.explicit |
---|
Methods in org.jboss.deployers.vfs.plugins.structure.explicit with parameters of type StructureContext | |
---|---|
boolean |
DeclaredStructure.determineStructure(StructureContext structureContext)
|
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure.file |
---|
Methods in org.jboss.deployers.vfs.plugins.structure.file with parameters of type StructureContext | |
---|---|
boolean |
FileStructure.determineStructure(StructureContext structureContext)
|
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure.jar |
---|
Methods in org.jboss.deployers.vfs.plugins.structure.jar with parameters of type StructureContext | |
---|---|
boolean |
JARStructure.determineStructure(StructureContext structureContext)
|
Uses of StructureContext in org.jboss.deployers.vfs.plugins.structure.war |
---|
Methods in org.jboss.deployers.vfs.plugins.structure.war with parameters of type StructureContext | |
---|---|
boolean |
WARStructure.determineStructure(StructureContext structureContext)
|
Uses of StructureContext in org.jboss.deployers.vfs.spi.structure |
---|
Methods in org.jboss.deployers.vfs.spi.structure that return StructureContext | |
---|---|
StructureContext |
StructureContext.getParentContext()
Get the parentContext. |
Methods in org.jboss.deployers.vfs.spi.structure with parameters of type StructureContext | |
---|---|
boolean |
StructureDeployer.determineStructure(StructureContext context)
Determine the structure of a deployment |
boolean |
VFSStructuralDeployers.determineStructure(org.jboss.virtual.VirtualFile file,
StructureContext parentContext)
Determine the structure of a virtual file |
void |
CandidateAnnotationsCallback.executeCallback(org.jboss.virtual.VirtualFile root,
StructureContext currentContext,
AnnotationEnvironment env,
Class<? extends Annotation> annotationClass)
Execute callback. |
Constructors in org.jboss.deployers.vfs.spi.structure with parameters of type StructureContext | |
---|---|
StructureContext(org.jboss.virtual.VirtualFile file,
StructureMetaData metaData,
StructureContext parentContext)
Create a new child structure context |
|
StructureContext(org.jboss.virtual.VirtualFile root,
org.jboss.virtual.VirtualFile parent,
org.jboss.virtual.VirtualFile file,
StructureMetaData metaData,
VFSStructuralDeployers deployers,
StructureContext parentContext)
Create a new structure context from a root |
Uses of StructureContext in org.jboss.deployers.vfs.spi.structure.helpers |
---|
Methods in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type StructureContext | |
---|---|
protected void |
AbstractStructureDeployer.addAllChildren(StructureContext context)
Add all children as candidates |
protected void |
AbstractStructureDeployer.addChildren(StructureContext context,
org.jboss.virtual.VisitorAttributes attributes)
Add all children as candidates |
protected void |
AbstractStructureDeployer.addClassPath(StructureContext structureContext,
org.jboss.virtual.VirtualFile entry,
boolean includeEntry,
boolean includeRootManifestCP,
ContextInfo context)
Add an entry to the context classpath. |
protected void |
AbstractStructureDeployer.applyContextInfo(StructureContext context,
ContextInfo result)
Apply context info. |
protected ContextInfo |
AbstractStructureDeployer.applyMetadataPath(StructureContext context,
String metaDataPath)
Apply metadata on root to create context. |
protected ContextInfo |
AbstractStructureDeployer.applyMetadataPaths(StructureContext context,
String[] metaDataPaths)
Apply metadata on root to create context. |
protected void |
AbstractStructureDeployer.applyStructure(StructureContext context,
ContextInfo contextInfo)
Apply structure metadata on context. |
protected boolean |
AbstractStructureDeployer.checkCandidateAnnotations(StructureContext context,
org.jboss.virtual.VirtualFile... roots)
Check for candidate annotations. |
protected ContextInfo |
AbstractStructureDeployer.createContext(StructureContext context)
Create a context |
protected ContextInfo |
AbstractStructureDeployer.createContext(StructureContext context,
String metaDataPath)
Create a context |
protected ContextInfo |
AbstractStructureDeployer.createContext(StructureContext context,
String[] metaDataPaths)
Create a context |
org.jboss.virtual.VirtualFileVisitor |
CandidateStructureVisitorFactory.createVisitor(StructureContext context,
org.jboss.virtual.VisitorAttributes attributes)
Create the visitor |
org.jboss.virtual.VirtualFileVisitor |
DefaultCandidateStructureVisitorFactory.createVisitor(StructureContext context,
org.jboss.virtual.VisitorAttributes attributes)
|
static String |
AbstractStructureDeployer.getRelativePath(StructureContext context,
org.jboss.virtual.VirtualFile child)
Get the relative path between two virtual files |
Constructors in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type StructureContext | |
---|---|
AbstractCandidateStructureVisitor(StructureContext context)
Create a new CandidateStructureVisitor. |
|
AbstractCandidateStructureVisitor(StructureContext context,
org.jboss.virtual.VisitorAttributes attributes)
Create a new CandidateStructureVisitor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |