C F G I L O P R S V

C

compare(FileObject, FileObject) - Method in class org.apache.servicemix.vfs.comparator.FileNameComparator
 
compare(FileObject, FileObject) - Method in class org.apache.servicemix.vfs.comparator.LastModificationDateComparator
 
compare(FileObject, FileObject) - Method in class org.apache.servicemix.vfs.comparator.SizeComparator
 
createLockManager() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
returns the lock manager

F

FileNameComparator - Class in org.apache.servicemix.vfs.comparator
Simple comparator working of file object name.
FileNameComparator() - Constructor for class org.apache.servicemix.vfs.comparator.FileNameComparator
 
FileObjectResolver - Class in org.apache.servicemix.vfs
class for resolving a path to a FileObject
FileObjectResolver() - Constructor for class org.apache.servicemix.vfs.FileObjectResolver
 

G

getComparator() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getConfiguredEndpoints() - Method in class org.apache.servicemix.vfs.VFSComponent
 
getEndpointClasses() - Method in class org.apache.servicemix.vfs.VFSComponent
 
getEndpoints() - Method in class org.apache.servicemix.vfs.VFSComponent
 
getFileSystemManager() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getFileSystemManager() - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
 
getLocationURI() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getLockManager() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getMarshaler() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getMarshaler() - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
 
getPath() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getPath() - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
 
getSelector() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
getWorkingSet() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
The set of FTPFiles that this component is currently working on

I

isConcurrentExchange() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
isDeleteFile() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
isRecursive() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 

L

LastModificationDateComparator - Class in org.apache.servicemix.vfs.comparator
Simple file object comparator working on the last modification date.
LastModificationDateComparator() - Constructor for class org.apache.servicemix.vfs.comparator.LastModificationDateComparator
 

O

org.apache.servicemix.vfs - package org.apache.servicemix.vfs
Component for VFS using the commons-vfs
org.apache.servicemix.vfs.comparator - package org.apache.servicemix.vfs.comparator
 

P

poll() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
pollFile(FileObject) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
polls a file object
pollFileOrDirectory(FileObject) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
polls a file which is not clear to be a file or folder
pollFileOrDirectory(FileObject, boolean) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
recursive method for processing a file or a folder
process(MessageExchange) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
processFile(FileObject) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
does the real processing logic
processFileNow(FileObject) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
processes a file
processInOnly(MessageExchange, NormalizedMessage) - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
 

R

resolvePath() - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
resolves the given path to a file object
resolveToFileObject(FileSystemManager, String) - Static method in class org.apache.servicemix.vfs.FileObjectResolver
returns the file object to use

S

setComparator(Comparator<FileObject>) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Specifies a Comparator object.
setConcurrentExchange(boolean) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
setDeleteFile(boolean) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Specifies if files should be deleted after they are processed.
setEndpoints(VFSEndpointType[]) - Method in class org.apache.servicemix.vfs.VFSComponent
 
setFileSystemManager(FileSystemManager) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
sets the file system manager
setFileSystemManager(FileSystemManager) - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
sets the file system manager
setLockManager(LockManager) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Bean defining the class implementing the file locking strategy.
setMarshaler(FileMarshaler) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Specifies a FileMarshaler object that will marshal file data into the NMR.
setMarshaler(FileMarshaler) - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
Specifies a FileMarshaler object that will marshal file data into the NMR.
setPath(String) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Specifies a String object representing the path of the file/folder to be polled.

Examples:
file:///home/lhein/pollFolder zip:file:///home/lhein/pollFolder/myFile.zip jar:http://www.myhost.com/files/Examples.jar jar:../lib/classes.jar!/META-INF/manifest.mf tar:gz:http://anyhost/dir/mytar.tar.gz!/mytar.tar!/path/in/tar/README.txt tgz:file://anyhost/dir/mytar.tgz!/somepath/somefile gz:/my/gz/file.gz http://myusername@somehost/index.html webdav://somehost:8080/dist ftp://myusername:mypassword@somehost/pub/downloads/somefile.tgz sftp://myusername:mypassword@somehost/pub/downloads/somefile.tgz smb://somehost/home tmp://dir/somefile.txt res:path/in/classpath/image.png ram:///any/path/to/file.txt mime:file:///your/path/mail/anymail.mime!/filename.pdf For further details have a look at http://commons.apache.org/vfs/filesystems.html.
setPath(String) - Method in class org.apache.servicemix.vfs.VFSSendingEndpoint
Specifies a String object representing the path of the file/folder to be polled.

Examples:
file:///home/lhein/pollFolder zip:file:///home/lhein/pollFolder/myFile.zip jar:http://www.myhost.com/files/Examples.jar jar:../lib/classes.jar!/META-INF/manifest.mf tar:gz:http://anyhost/dir/mytar.tar.gz!/mytar.tar!/path/in/tar/README.txt tgz:file://anyhost/dir/mytar.tgz!/somepath/somefile gz:/my/gz/file.gz http://myusername@somehost/index.html webdav://somehost:8080/dist ftp://myusername:mypassword@somehost/pub/downloads/somefile.tgz sftp://myusername:mypassword@somehost/pub/downloads/somefile.tgz smb://somehost/home tmp://dir/somefile.txt res:path/in/classpath/image.png ram:///any/path/to/file.txt mime:file:///your/path/mail/anymail.mime!/filename.pdf For further details have a look at http://commons.apache.org/vfs/filesystems.html.
setRecursive(boolean) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 
setSelector(FileSelector) - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
Specifies a FileSelector object.
SizeComparator - Class in org.apache.servicemix.vfs.comparator
Simple file object comparator working on file size.
SizeComparator() - Constructor for class org.apache.servicemix.vfs.comparator.SizeComparator
 
start() - Method in class org.apache.servicemix.vfs.VFSPollingEndpoint
 

V

VFS_PROPERTY - Static variable in class org.apache.servicemix.vfs.VFSComponent
 
VFSComponent - Class in org.apache.servicemix.vfs
 
VFSComponent() - Constructor for class org.apache.servicemix.vfs.VFSComponent
 
VFSEndpointType - Interface in org.apache.servicemix.vfs
 
VFSPollingEndpoint - Class in org.apache.servicemix.vfs
A polling endpoint that looks for a file or files in a virtual file system and sends the files to a target service (via the JBI bus), deleting the files by default when they are processed.
VFSPollingEndpoint() - Constructor for class org.apache.servicemix.vfs.VFSPollingEndpoint
default constructor
VFSPollingEndpoint(ServiceUnit, QName, String) - Constructor for class org.apache.servicemix.vfs.VFSPollingEndpoint
creates a VFS polling endpoint
VFSPollingEndpoint(DefaultComponent, ServiceEndpoint) - Constructor for class org.apache.servicemix.vfs.VFSPollingEndpoint
creates a VFS polling endpoint
VFSSendingEndpoint - Class in org.apache.servicemix.vfs
An endpoint which receives messages from the NMR and writes the message to the virtual file system.
VFSSendingEndpoint() - Constructor for class org.apache.servicemix.vfs.VFSSendingEndpoint
 

C F G I L O P R S V

Copyright © 2005-2012 FuseSource. All Rights Reserved.