|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchAdapter
Synch adapter.
Method Summary | |
---|---|
long |
add(org.jboss.virtual.VirtualFile fileToAdd,
org.jboss.virtual.VirtualFile tempRoot,
String pathToFile)
Add new file to temp. |
boolean |
delete(org.jboss.virtual.VirtualFile fileToDelete)
Add new file to temp. |
long |
update(org.jboss.virtual.VirtualFile fileToUpdate,
org.jboss.virtual.VirtualFile modifiedFile)
Update file. |
Method Detail |
---|
long add(org.jboss.virtual.VirtualFile fileToAdd, org.jboss.virtual.VirtualFile tempRoot, String pathToFile) throws IOException
fileToAdd
- file to addtempRoot
- temp rootpathToFile
- the path to file
IOException
- for any errorlong update(org.jboss.virtual.VirtualFile fileToUpdate, org.jboss.virtual.VirtualFile modifiedFile) throws IOException
fileToUpdate
- file to updatemodifiedFile
- the modified file
IOException
- for any errorboolean delete(org.jboss.virtual.VirtualFile fileToDelete) throws IOException
fileToDelete
- file to delete
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |