org.jboss.deployers.vfs.plugins.structure.dir
Class DirectoryStructure

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.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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered
Ordered.OrderedComparator
 
Field Summary
 
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
DirectoryStructure()
          Deprecated.  
 
Method Summary
 boolean determineStructure(StructureContext context)
          Deprecated. Determine the structure of a deployment
protected  boolean isMetadataPath(StructureContext context)
          Deprecated. Is the current context already part of metadata path.
 
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
 

Constructor Detail

DirectoryStructure

public DirectoryStructure()
Deprecated. 
Method Detail

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.