Uses of Class
org.apache.commons.vfs.tasks.VfsTask
-
Packages that use VfsTask Package Description org.apache.commons.vfs.tasks The VFS Ant Tasks. -
-
Uses of VfsTask in org.apache.commons.vfs.tasks
Subclasses of VfsTask in org.apache.commons.vfs.tasks Modifier and Type Class Description classAbstractSyncTaskAn abstract file synchronization task.classCopyTaskAn Ant task that copies matching files.classDeleteTaskAn Ant task that deletes matching files.classMkdirTaskAn Ant task that creates a directory.classMoveTaskAn Ant task that moves matching files.classShowFileTaskAn Ant task that writes the details of a file to Ant's log.classSyncTaskA task that synchronises the destination folder to look exactly like the source folder (or folders).
-