collectOperations(Collection operationsList, FileObject file) Gather available operations for the specified FileObject and put them into
specified operationsList.
Gather available operations for the specified FileObject and put them into
specified operationsList.
Parameters: operationsList - the list of available operations for the specivied FileObject.The operationList contains classes of available operations, e.g.Class objects. Parameters: file - the FileObject for which we want to get the list of availableoperations. throws: org.apache.commons.vfs.FileSystemException - if list of operations cannto be retrieved.
Parameters: file - the FileObject for which we need a operation. Parameters: operationClass - the Class which instance we are needed. the requried operation instance. throws: org.apache.commons.vfs.FileSystemException - if operation cannot be retrieved.