|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.spi.structure.modified.AbstractStructureModificationChecker<Long>
org.jboss.deployers.vfs.spi.structure.modified.MetaDataStructureModificationChecker
public class MetaDataStructureModificationChecker
MetaDataStructureModificationChecker.
Field Summary |
---|
Fields inherited from class org.jboss.deployers.vfs.spi.structure.modified.AbstractStructureModificationChecker |
---|
log |
Constructor Summary | |
---|---|
MetaDataStructureModificationChecker(MainDeployerStructure mainDeployer)
|
Method Summary | |
---|---|
protected boolean |
hasRootBeenModified(org.jboss.virtual.VirtualFile root)
Check the root for modification. |
protected boolean |
hasStructureBeenModifed(org.jboss.virtual.VirtualFile root,
ContextInfo contextInfo)
Has structure been modifed. |
protected boolean |
hasStructureBeenModifed(org.jboss.virtual.VirtualFile root,
VFSDeploymentContext deploymentContext)
Has structure been modified. |
protected boolean |
hasStructureBeenModified(org.jboss.virtual.VirtualFile root,
StructureMetaData structureMetaData,
Set<String> excludedPaths)
Has structure been modified. |
void |
setFilter(org.jboss.virtual.VirtualFileFilter filter)
Set the metadata filter. |
Methods inherited from class org.jboss.deployers.vfs.spi.structure.modified.AbstractStructureModificationChecker |
---|
addStructureRoot, getCache, getDeploymentContext, getMainDeployerStructure, hasStructureBeenModified, hasStructureBeenModified, hasStructureBeenModified, hasStructureBeenModified, removeStructureRoot, setCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaDataStructureModificationChecker(MainDeployerStructure mainDeployer)
Method Detail |
---|
public void setFilter(org.jboss.virtual.VirtualFileFilter filter)
filter
- the metadata filterprotected boolean hasRootBeenModified(org.jboss.virtual.VirtualFile root) throws IOException
AbstractStructureModificationChecker
hasRootBeenModified
in class AbstractStructureModificationChecker<Long>
root
- the root to check
IOException
- for any errorprotected boolean hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, VFSDeploymentContext deploymentContext) throws IOException
AbstractStructureModificationChecker
hasStructureBeenModifed
in class AbstractStructureModificationChecker<Long>
root
- the client rootdeploymentContext
- the deployment context
IOException
- for any errorprotected boolean hasStructureBeenModified(org.jboss.virtual.VirtualFile root, StructureMetaData structureMetaData, Set<String> excludedPaths) throws IOException
root
- the rootstructureMetaData
- the structure metadataexcludedPaths
- the excluded paths
IOException
- for any errorprotected boolean hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo) throws IOException
root
- the rootcontextInfo
- the context info
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |