Index

A C D E H I L M O R S V 
All Classes and Interfaces|All Packages

A

AbstractSyncTask - Class in org.apache.commons.vfs2.tasks
An abstract file synchronization task.
AbstractSyncTask() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask
Constructs a new instance.
AbstractSyncTask.SourceInfo - Class in org.apache.commons.vfs2.tasks
Information about a source file.
addConfiguredSrc(AbstractSyncTask.SourceInfo) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Adds a nested <src> element.

C

closeManager() - Method in class org.apache.commons.vfs2.tasks.VfsTask
Close the manager
CopyTask - Class in org.apache.commons.vfs2.tasks
An Ant task that copies matching files.
CopyTask() - Constructor for class org.apache.commons.vfs2.tasks.CopyTask
Constructs a new instance.

D

DeleteTask - Class in org.apache.commons.vfs2.tasks
An Ant task that deletes matching files.
DeleteTask() - Constructor for class org.apache.commons.vfs2.tasks.DeleteTask
Constructs a new instance.
detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Check if this task cares about destination files with a missing source file.
detectMissingSourceFiles() - Method in class org.apache.commons.vfs2.tasks.SyncTask
Check if this task cares about destination files with a missing source file.

E

execute() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Executes this task.
execute() - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Executes this task.
execute() - Method in class org.apache.commons.vfs2.tasks.MkdirTask
Executes the task.
execute() - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Executes the task.

H

handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles a destination for which there is no corresponding source file.
handleMissingSourceFile(FileObject) - Method in class org.apache.commons.vfs2.tasks.SyncTask
Handles a destination for which there is no corresponding source file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles an out-of-date file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Handles an out-of-date file.
handleOutOfDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.MoveTask
Handles a single source file.
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Handles an up-to-date file.
handleUpToDateFile(FileObject, FileObject) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Handles an up-to-date file.

I

isFailonerror() - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not.
isOverwrite() - Method in class org.apache.commons.vfs2.tasks.CopyTask
Tests whether overwrite is enabled.
isPreserveLastModified() - Method in class org.apache.commons.vfs2.tasks.CopyTask
Tests whether preserve last modified is enabled.

L

logOrDie(String, int) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Logs a message or throws a BuildException depending on AbstractSyncTask.isFailonerror().

M

MkdirTask - Class in org.apache.commons.vfs2.tasks
An Ant task that creates a directory.
MkdirTask() - Constructor for class org.apache.commons.vfs2.tasks.MkdirTask
Constructs a new instance.
MoveTask - Class in org.apache.commons.vfs2.tasks
An Ant task that moves matching files.
MoveTask() - Constructor for class org.apache.commons.vfs2.tasks.MoveTask
Constructs a new instance.

O

org.apache.commons.vfs2.tasks - package org.apache.commons.vfs2.tasks
The VFS Ant Tasks.

R

resolveFile(String) - Method in class org.apache.commons.vfs2.tasks.VfsTask
Resolves a URI to a file, relative to the project's base directory.

S

setDestDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the destination directory.
setDestFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the destination file.
setDir(String) - Method in class org.apache.commons.vfs2.tasks.MkdirTask
Sets the directory to create.
setFailonerror(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether we should fail if there was an error or not.
setFile(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
Sets the file.
setFile(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the file/folder to delete.
setFile(String) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
The URL of the file to display.
setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the files to includes.
setIncludes(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the files to include.
setOverwrite(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Enable/disable overwriting of up-to-date files.
setPreserveLastModified(boolean) - Method in class org.apache.commons.vfs2.tasks.CopyTask
Sets preserving last modified time of copied files.
setRecursive(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Recursively shows the descendants of the file.
setShowContent(boolean) - Method in class org.apache.commons.vfs2.tasks.ShowFileTask
Shows the content.
setSrc(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the source file.
setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets the source directory.
setSrcDir(String) - Method in class org.apache.commons.vfs2.tasks.DeleteTask
Sets the source directory.
setSrcDirIsBase(boolean) - Method in class org.apache.commons.vfs2.tasks.AbstractSyncTask
Sets whether the source directory should be considered as the base directory.
setTryRename(boolean) - Method in class org.apache.commons.vfs2.tasks.MoveTask
Enable/disable move/rename of file (if possible).
ShowFileTask - Class in org.apache.commons.vfs2.tasks
An Ant task that writes the details of a file to Ant's log.
ShowFileTask() - Constructor for class org.apache.commons.vfs2.tasks.ShowFileTask
Constructs a new instance.
SourceInfo() - Constructor for class org.apache.commons.vfs2.tasks.AbstractSyncTask.SourceInfo
Constructs a new instance.
SyncTask - Class in org.apache.commons.vfs2.tasks
A task that synchronizes the destination folder to look exactly like the source folder (or folders).
SyncTask() - Constructor for class org.apache.commons.vfs2.tasks.SyncTask
Constructs a new instance.

V

VfsTask - Class in org.apache.commons.vfs2.tasks
Base class for the VFS Ant tasks.
VfsTask() - Constructor for class org.apache.commons.vfs2.tasks.VfsTask
Constructs a new instance.
A C D E H I L M O R S V 
All Classes and Interfaces|All Packages