Skip navigation links
A C D E F G I L M O R S T V W 

A

addConditions(Predicate<LocalFileAttributes>) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
asDateTime(Instant) - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
asEventKind() - Method in enum org.mule.extension.file.api.FileEventType
 

C

changeToBaseDir() - Method in class org.mule.extension.file.internal.LocalFileSystem
No-op implementation.
connect() - Method in class org.mule.extension.file.internal.LocalFileConnectionProvider
Creates and returns a new instance of LocalFileSystem
copy(FileConnectorConfig, String, String, boolean, boolean) - Method in class org.mule.extension.file.internal.command.LocalCopyCommand
copy(FileConnectorConfig, FileSystem, String, String, boolean, boolean) - Method in class org.mule.extension.file.internal.FileOperations
Copies the file at the sourcePath into the targetPath.
createDirectory(String) - Method in class org.mule.extension.file.internal.command.LocalCreateDirectoryCommand
createDirectory(FileSystem, String) - Method in class org.mule.extension.file.internal.FileOperations
Creates a new directory on directoryPath
createLock(Path, Object...) - Method in class org.mule.extension.file.internal.LocalFileSystem
 

D

delete(String) - Method in class org.mule.extension.file.internal.command.LocalDeleteCommand
delete(FileSystem, String) - Method in class org.mule.extension.file.internal.FileOperations
Deletes the file pointed by path, provided that it's not locked
DeletedFileAttributes - Class in org.mule.extension.file.api
A specialized version of ListenerFileAttributes which is always associated to a FileEventType.DELETE event.
DeletedFileAttributes(Path) - Constructor for class org.mule.extension.file.api.DeletedFileAttributes
Creates a new instance
DirectoryListener - Class in org.mule.extension.file.internal
Listens for near real-time events that happens on files contained inside a directory or on the directory itself.
DirectoryListener() - Constructor for class org.mule.extension.file.internal.DirectoryListener
 
DirectoryListenerCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements support functionality for DirectoryListener
DirectoryListenerCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.DirectoryListenerCommand
disconnect(LocalFileSystem) - Method in class org.mule.extension.file.internal.LocalFileConnectionProvider
Does nothing since LocalFileSystem instances do not require disconnecting
doExecute(Path, Path, boolean, CopyOption[]) - Method in class org.mule.extension.file.internal.command.LocalCopyCommand
Implements recursive copy
doExecute(Path, Path, boolean, CopyOption[]) - Method in class org.mule.extension.file.internal.command.LocalMoveCommand
Implements recursive moving

E

EventedFileAttributes - Interface in org.mule.extension.file.api
A specialization of FileAttributes which is associated to a FileEventType.

F

FileConnectionException - Exception in org.mule.extension.file.api.exception
ConnectionException implementation to communicate errors occurred creating a connection for FileConnector
FileConnectionException(String, FileError) - Constructor for exception org.mule.extension.file.api.exception.FileConnectionException
 
FileConnectionException(String, Throwable) - Constructor for exception org.mule.extension.file.api.exception.FileConnectionException
 
FileConnector - Class in org.mule.extension.file.internal
File connector used to manipulate file systems mounted on the host operation system.
FileConnector() - Constructor for class org.mule.extension.file.internal.FileConnector
 
FileEventType - Enum in org.mule.extension.file.api
Enumerates types of events which can occur on a file
FileInputStream - Class in org.mule.extension.file.internal
AbstractFileInputStream implementation used to obtain a file's content based on a Reader.
FileInputStream(Path, PathLock) - Constructor for class org.mule.extension.file.internal.FileInputStream
Creates a new instance
FileOperations - Class in org.mule.extension.file.internal
File connector operations.
FileOperations() - Constructor for class org.mule.extension.file.internal.FileOperations
 

G

getAction() - Method in class org.mule.extension.file.internal.command.LocalCopyCommand
getAction() - Method in class org.mule.extension.file.internal.command.LocalMoveCommand
getAttributesType() - Method in class org.mule.extension.file.internal.LocalFileSystem
getCopyCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getCreateDirectoryCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getCreationTime() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
getCreationTime() - Method in class org.mule.extension.file.api.LocalFileAttributes
 
getDeleteCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getEventType() - Method in interface org.mule.extension.file.api.EventedFileAttributes
 
getEventType() - Method in class org.mule.extension.file.api.ListenerFileAttributes
getLastAccessTime() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
getLastAccessTime() - Method in class org.mule.extension.file.api.LocalFileAttributes
 
getLastModifiedTime() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
getLastModifiedTime() - Method in class org.mule.extension.file.api.LocalFileAttributes
 
getListCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getMoveCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getReadCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getRenameCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 
getSize() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
getSize() - Method in class org.mule.extension.file.api.LocalFileAttributes
getWorkingDir() - Method in class org.mule.extension.file.internal.LocalFileConnectionProvider
getWriteCommand() - Method in class org.mule.extension.file.internal.LocalFileSystem
 

I

initAttributes(Path) - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
initAttributes(Path) - Method in class org.mule.extension.file.api.LocalFileAttributes
 
isDirectory() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
isDirectory() - Method in class org.mule.extension.file.api.LocalFileAttributes
isLocked() - Method in class org.mule.extension.file.internal.lock.LocalPathLock
isRegularFile() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
isRegularFile() - Method in class org.mule.extension.file.api.LocalFileAttributes
isStarted() - Method in class org.mule.extension.file.internal.DirectoryListener
 
isSymbolicLink() - Method in class org.mule.extension.file.api.DeletedFileAttributes
 
isSymbolicLink() - Method in class org.mule.extension.file.api.LocalFileAttributes

L

list(FileConnectorConfig, String, boolean, MediaType, Predicate<FileAttributes>) - Method in class org.mule.extension.file.internal.command.LocalListCommand
list(FileConnectorConfig, LocalFileSystem, String, boolean, MediaType, FilePredicateBuilder) - Method in class org.mule.extension.file.internal.FileOperations
Lists all the files in the directoryPath which match the given matcher.
ListenerFileAttributes - Class in org.mule.extension.file.api
A specialization of LocalFileAttributes which also implements EventedFileAttributes
ListenerFileAttributes(Path, FileEventType) - Constructor for class org.mule.extension.file.api.ListenerFileAttributes
Creates a new instance
LocalCopyCommand - Class in org.mule.extension.file.internal.command
A AbstractLocalCopyCommand which implements the CopyCommand contract
LocalCopyCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalCopyCommand
LocalCreateDirectoryCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the CreateDirectoryCommand contract
LocalCreateDirectoryCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalCreateDirectoryCommand
LocalDeleteCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the DeleteCommand contract
LocalDeleteCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalDeleteCommand
LocalFileAttributes - Class in org.mule.extension.file.api
Implementation of FileAttributes for files obtained from a local file system.
LocalFileAttributes(Path) - Constructor for class org.mule.extension.file.api.LocalFileAttributes
LocalFileConnectionProvider - Class in org.mule.extension.file.internal
A ConnectionProvider which provides instances of FileSystem from instances of FileConnector
LocalFileConnectionProvider() - Constructor for class org.mule.extension.file.internal.LocalFileConnectionProvider
 
LocalFilePredicateBuilder - Class in org.mule.extension.file.api
A specialization of FilePredicateBuilder used to do assertions on files stored on a local file system.
LocalFilePredicateBuilder() - Constructor for class org.mule.extension.file.api.LocalFilePredicateBuilder
 
LocalFileSystem - Class in org.mule.extension.file.internal
Implementation of FileSystem for file systems mounted on the host operating system.
LocalFileSystem(String, MuleContext) - Constructor for class org.mule.extension.file.internal.LocalFileSystem
Creates a new instance
LocalListCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the ListCommand
LocalListCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalListCommand
LocalMoveCommand - Class in org.mule.extension.file.internal.command
A AbstractLocalCopyCommand which implements the MoveCommand contract
LocalMoveCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalMoveCommand
LocalPathLock - Class in org.mule.extension.file.internal.lock
A PathLock backed by a FileLock obtained through a FileChannel
LocalPathLock(Path, OpenOption...) - Constructor for class org.mule.extension.file.internal.lock.LocalPathLock
Creates a new instance
LocalReadCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the ReadCommand contract
LocalReadCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalReadCommand
LocalRenameCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the RenameCommand contract
LocalRenameCommand(LocalFileSystem) - Constructor for class org.mule.extension.file.internal.command.LocalRenameCommand
LocalWriteCommand - Class in org.mule.extension.file.internal.command
A LocalFileCommand which implements the WriteCommand contract
LocalWriteCommand(LocalFileSystem, MuleContext) - Constructor for class org.mule.extension.file.internal.command.LocalWriteCommand

M

move(FileConnectorConfig, String, String, boolean, boolean) - Method in class org.mule.extension.file.internal.command.LocalMoveCommand
move(FileConnectorConfig, FileSystem, String, String, boolean, boolean) - Method in class org.mule.extension.file.internal.FileOperations
Moves the file at the sourcePath into the targetPath.

O

of(WatchEvent.Kind) - Static method in enum org.mule.extension.file.api.FileEventType
Returns a which is equivalent to the given kind
onStart(SourceCallback<InputStream, ListenerFileAttributes>) - Method in class org.mule.extension.file.internal.DirectoryListener
 
onStop() - Method in class org.mule.extension.file.internal.DirectoryListener
 
org.mule.extension.file.api - package org.mule.extension.file.api
 
org.mule.extension.file.api.exception - package org.mule.extension.file.api.exception
 
org.mule.extension.file.internal - package org.mule.extension.file.internal
 
org.mule.extension.file.internal.command - package org.mule.extension.file.internal.command
 
org.mule.extension.file.internal.lock - package org.mule.extension.file.internal.lock
 

R

read(FileConnectorConfig, String, MediaType, boolean) - Method in class org.mule.extension.file.internal.command.LocalReadCommand
read(FileConnectorConfig, FileSystem, String, MediaType, boolean) - Method in class org.mule.extension.file.internal.FileOperations
Obtains the content and metadata of a file at a given path.
release() - Method in class org.mule.extension.file.internal.lock.LocalPathLock
rename(String, String, boolean) - Method in class org.mule.extension.file.internal.command.LocalRenameCommand
rename(FileSystem, String, String, boolean) - Method in class org.mule.extension.file.internal.FileOperations
Renames the file pointed by path to the name provided on the to parameter
resolveRootPath(String) - Method in class org.mule.extension.file.internal.command.DirectoryListenerCommand
Resolves the root path on which the listener needs to be created

S

setAccessedSince(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
setAccessedUntil(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
setCreatedSince(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
setCreatedUntil(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.extension.file.internal.DirectoryListener
 
setUpdatedSince(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 
setUpdatedUntil(LocalDateTime) - Method in class org.mule.extension.file.api.LocalFilePredicateBuilder
 

T

tryLock() - Method in class org.mule.extension.file.internal.lock.LocalPathLock

V

validate(LocalFileSystem) - Method in class org.mule.extension.file.internal.LocalFileConnectionProvider
 
valueOf(String) - Static method in enum org.mule.extension.file.api.FileEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.extension.file.api.FileEventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String, InputStream, FileWriteMode, boolean, boolean, String) - Method in class org.mule.extension.file.internal.command.LocalWriteCommand
write(FileConnectorConfig, FileSystem, String, InputStream, String, boolean, boolean, FileWriteMode) - Method in class org.mule.extension.file.internal.FileOperations
Writes the content into the file pointed by path.
A C D E F G I L M O R S T V W 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.