Uses of Class
org.apache.commons.vfs2.tasks.VfsTask
-
Packages that use VfsTask Package Description org.apache.commons.vfs2.tasks The VFS Ant Tasks. -
-
Uses of VfsTask in org.apache.commons.vfs2.tasks
Subclasses of VfsTask in org.apache.commons.vfs2.tasks Modifier and Type Class Description class
AbstractSyncTask
An abstract file synchronization task.class
CopyTask
An Ant task that copies matching files.class
DeleteTask
An Ant task that deletes matching files.class
MkdirTask
An Ant task that creates a directory.class
MoveTask
An Ant task that moves matching files.class
ShowFileTask
An Ant task that writes the details of a file to Ant's log.class
SyncTask
A task that synchronises the destination folder to look exactly like the source folder (or folders).
-