nl.uva.vlet.vfs
Class VFSOptions

java.lang.Object
  extended by nl.uva.vlet.vfs.VFSOptions

public class VFSOptions
extends java.lang.Object

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

isMove

public boolean isMove
Whether specified action is a copy or a move


ignoreExisting

public boolean ignoreExisting
Whether to ignore existing resources.


removeExisting

public boolean removeExisting
Whether to delete an existing node before a copy/move action.


autoCreateDirs

public boolean autoCreateDirs
Whether to auto-create the full (parent) directory path or not

Constructor Detail

VFSOptions

public VFSOptions()