org.jboss.deployers.vfs.spi.structure.modified
Class MergeSynchAdapter
java.lang.Object
org.jboss.deployers.vfs.spi.structure.modified.AbstractSynchAdapter
org.jboss.deployers.vfs.spi.structure.modified.MergeSynchAdapter
- All Implemented Interfaces:
- SynchAdapter
public class MergeSynchAdapter
- extends AbstractSynchAdapter
Merge synch adapter.
- Author:
- Ales Justin
Method Summary |
long |
update(org.jboss.virtual.VirtualFile fileToUpdate,
org.jboss.virtual.VirtualFile modifiedFile)
Update file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeSynchAdapter
public MergeSynchAdapter()
update
public long update(org.jboss.virtual.VirtualFile fileToUpdate,
org.jboss.virtual.VirtualFile modifiedFile)
throws IOException
- Description copied from interface:
SynchAdapter
- Update file.
- Parameters:
fileToUpdate
- file to updatemodifiedFile
- the modified file
- Returns:
- the update timestamp
- Throws:
IOException
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.