org.jboss.deployers.vfs.plugins.structure.dir
Class DirectoryStructure
java.lang.Object
org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer
org.jboss.deployers.vfs.plugins.structure.AbstractVFSStructureDeployer
org.jboss.deployers.vfs.plugins.structure.dir.DirectoryStructure
- All Implemented Interfaces:
- Ordered, StructureDeployer
Deprecated.
@Deprecated
public class DirectoryStructure
- extends AbstractVFSStructureDeployer
Legacy directory structure.
See JBAS-5900 for more details.
- Author:
- Ales Justin
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 |
DirectoryStructure
public DirectoryStructure()
- Deprecated.
determineStructure
public boolean determineStructure(StructureContext context)
throws DeploymentException
- Deprecated.
- Description copied from interface:
StructureDeployer
- Determine the structure of a deployment
- Parameters:
context
- the structure context
- Returns:
- true when it recognised the context
- Throws:
DeploymentException
- for an error
isMetadataPath
protected boolean isMetadataPath(StructureContext context)
- Deprecated.
- Is the current context already part of metadata path.
- Parameters:
context
- the current structure context
- Returns:
- true if already part of parent's context metadata path
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.