- 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
-