org.jboss.system.server.profileservice.persistence.deployer
Class PersistenceModificationChecker

java.lang.Object
  extended by org.jboss.system.server.profileservice.persistence.deployer.PersistenceModificationChecker

public class PersistenceModificationChecker
extends Object

Version:
$Revision$
Author:
Emanuel Muckenhuber

Constructor Summary
PersistenceModificationChecker()
           
 
Method Summary
protected static boolean hasBeenModifed(org.jboss.virtual.VirtualFile root, org.jboss.deployers.spi.structure.ContextInfo contextInfo, long lastModified)
           
static boolean hasBeenModified(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit, long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceModificationChecker

public PersistenceModificationChecker()
Method Detail

hasBeenModified

public static boolean hasBeenModified(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit,
                                      long lastModified)
                               throws Exception
Throws:
Exception

hasBeenModifed

protected static boolean hasBeenModifed(org.jboss.virtual.VirtualFile root,
                                        org.jboss.deployers.spi.structure.ContextInfo contextInfo,
                                        long lastModified)
                                 throws IOException
Throws:
IOException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.