|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.uva.vlet.vfs.VFSOptions
public class VFSOptions
VFS Options for VFS methods
Field Summary | |
---|---|
boolean |
autoCreateDirs
Whether to auto-create the full (parent) directory path or not |
boolean |
ignoreExisting
Whether to ignore existing resources. |
boolean |
isMove
Whether specified action is a copy or a move |
boolean |
removeExisting
Whether to delete an existing node before a copy/move action. |
Constructor Summary | |
---|---|
VFSOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isMove
public boolean ignoreExisting
public boolean removeExisting
public boolean autoCreateDirs
Constructor Detail |
---|
public VFSOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |