Skip navigation links
A B C D E F G I M O P R S 

A

accept(Object) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
Filter condition decider method.
accept(File, String) - Method in class org.mule.transport.file.filters.FilenameWildcardFilter
Filter condition decider method.
accept(MuleMessage) - Method in class org.mule.transport.file.filters.FilenameWildcardFilter
 
addProperties(DefaultMuleMessage, Object) - Method in class org.mule.transport.file.FileMuleMessageFactory
 
attemptFileLock(File) - Method in class org.mule.transport.file.FileMessageReceiver
Try to acquire a lock on a file and release it immediately.

B

basicListFiles(File, List<File>) - Method in class org.mule.transport.file.FileMessageReceiver
 

C

checkMustForceSync() - Method in class org.mule.transport.file.FileMessageReceiver
If we will be autodeleting File objects, events must be processed synchronously to avoid a race
COMPARATOR_CLASS_NAME_PROPERTY - Static variable in class org.mule.transport.file.FileMessageReceiver
 
COMPARATOR_REVERSE_ORDER_PROPERTY - Static variable in class org.mule.transport.file.FileMessageReceiver
 
compare(Object, Object) - Method in class org.mule.transport.file.comparator.OlderFirstComparator
 
compiledPatterns - Variable in class org.mule.transport.file.filters.FilenameRegexFilter
 
configureDispatcherPool() - Method in class org.mule.transport.file.FileConnector
 
convertToFile(Object) - Method in class org.mule.transport.file.FileMuleMessageFactory
 
create(OutboundEndpoint) - Method in class org.mule.transport.file.FileMessageDispatcherFactory
 
create(InboundEndpoint) - Method in class org.mule.transport.file.FileMessageRequesterFactory
 
createMuleMessageFactory() - Method in class org.mule.transport.file.FileConnector
 
createReceiver(FlowConstruct, InboundEndpoint) - Method in class org.mule.transport.file.FileConnector
Registers a listener for a particular directory The following properties can be overriden in the endpoint declaration moveToDirectory filterPatterns filterClass pollingFrequency
createReceiverFileInputStream(File, File) - Method in class org.mule.transport.file.FileMessageReceiver
 
createReceiverFileInputStream(File, File, InputStreamCloseListener) - Method in class org.mule.transport.file.FileMessageReceiver
 

D

DEFAULT_DATE_FORMAT - Static variable in class org.mule.transport.file.ExpressionFilenameParser
 
DEFAULT_EXPRESSION - Static variable in class org.mule.transport.file.ExpressionFilenameParser
 
DEFAULT_POLLING_FREQUENCY - Static variable in class org.mule.transport.file.FileConnector
 
doConnect() - Method in class org.mule.transport.file.FileConnector
 
doConnect() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doConnect() - Method in class org.mule.transport.file.FileMessageReceiver
 
doConnect() - Method in class org.mule.transport.file.FileMessageRequester
 
doDisconnect() - Method in class org.mule.transport.file.FileConnector
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageReceiver
 
doDisconnect() - Method in class org.mule.transport.file.FileMessageRequester
 
doDispatch(MuleEvent) - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDispose() - Method in class org.mule.transport.file.FileConnector
 
doDispose() - Method in class org.mule.transport.file.FileMessageDispatcher
 
doDispose() - Method in class org.mule.transport.file.FileMessageReceiver
 
doDispose() - Method in class org.mule.transport.file.FileMessageRequester
 
doInitialise() - Method in class org.mule.transport.file.FileConnector
 
doInitialise() - Method in class org.mule.transport.file.FileMessageReceiver
 
doRequest(long) - Method in class org.mule.transport.file.FileMessageRequester
Will attempt to do a receive from a directory, if the endpointUri resolves to a file name the file will be returned, otherwise the first file in the directory according to the filename filter configured on the connector.
doSend(MuleEvent) - Method in class org.mule.transport.file.FileMessageDispatcher
 
doStart() - Method in class org.mule.transport.file.FileConnector
 
doStop() - Method in class org.mule.transport.file.FileConnector
 
doTransform(Object, String) - Method in class org.mule.transport.file.transformers.FileToByteArray
 
doTransform(Object, String) - Method in class org.mule.transport.file.transformers.FileToString
Simple implementation which relies on FileToByteArray to get a byte[] from the file beeing parsed and then transform it to a String with the correct encoding.

E

errorWhileListingFiles() - Static method in class org.mule.transport.file.i18n.FileMessages
 
exceptionWhileProcessing(String, String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
ExpressionFilenameParser - Class in org.mule.transport.file
ExpressionFilenameParser can use any expression language supported by Mule to construct a file name for the current message.
ExpressionFilenameParser() - Constructor for class org.mule.transport.file.ExpressionFilenameParser
 
extractPayload(Object, String) - Method in class org.mule.transport.file.FileContentsMuleMessageFactory
 
extractPayload(Object, String) - Method in class org.mule.transport.file.FileMuleMessageFactory
 

F

failedToDeleteFile(File) - Static method in class org.mule.transport.file.i18n.FileMessages
 
failedToMoveFile(String, String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
FILE - Static variable in class org.mule.transport.file.FileConnector
 
fileClose(File) - Method in interface org.mule.transport.file.InputStreamCloseListener
Call when a file input stream gets closed
FileConnector - Class in org.mule.transport.file
FileConnector is used for setting up listeners on a directory and for writing files to a directory.
FileConnector(MuleContext) - Constructor for class org.mule.transport.file.FileConnector
 
FileContentsMuleMessageFactory - Class in org.mule.transport.file
FileContentsMuleMessageFactory converts the InputStream's content into a byte[] as payload for the MuleMessage.
FileContentsMuleMessageFactory() - Constructor for class org.mule.transport.file.FileContentsMuleMessageFactory
 
fileDoesNotExist(String) - Static method in class org.mule.transport.file.i18n.FileMessages
 
FileEndpointURIBuilder - Class in org.mule.transport.file
FileEndpointBuilder File uris need some special processing because the uri path can be any length, and the default resolver relies on a particular path format.
FileEndpointURIBuilder() - Constructor for class org.mule.transport.file.FileEndpointURIBuilder
 
FileMessageDispatcher - Class in org.mule.transport.file
FileMessageDispatcher is used to read/write files to the filesystem
FileMessageDispatcher(OutboundEndpoint) - Constructor for class org.mule.transport.file.FileMessageDispatcher
 
FileMessageDispatcherFactory - Class in org.mule.transport.file
FileMessageDispatcherFactory creaes a dispatcher responsible for writing files to disk
FileMessageDispatcherFactory() - Constructor for class org.mule.transport.file.FileMessageDispatcherFactory
 
FileMessageReceiver - Class in org.mule.transport.file
FileMessageReceiver is a polling listener that reads files from a directory.
FileMessageReceiver(Connector, FlowConstruct, InboundEndpoint, String, String, String, long) - Constructor for class org.mule.transport.file.FileMessageReceiver
 
FileMessageRequester - Class in org.mule.transport.file
FileMessageRequester is used to read/write files to the filesystem
FileMessageRequester(InboundEndpoint) - Constructor for class org.mule.transport.file.FileMessageRequester
 
FileMessageRequesterFactory - Class in org.mule.transport.file
Creates a requester responsible for reading files from disk
FileMessageRequesterFactory() - Constructor for class org.mule.transport.file.FileMessageRequesterFactory
 
FileMessages - Class in org.mule.transport.file.i18n
 
FileMessages() - Constructor for class org.mule.transport.file.i18n.FileMessages
 
FileMuleMessageFactory - Class in org.mule.transport.file
FileMuleMessageFactory creates a new MuleMessage with a File or InputStream payload.
FileMuleMessageFactory() - Constructor for class org.mule.transport.file.FileMuleMessageFactory
 
filenameParser - Variable in class org.mule.transport.file.FileConnector
 
FilenameParser - Interface in org.mule.transport.file
FilenameParser is a simple expression parser interface for processing filenames
FilenameRegexFilter - Class in org.mule.transport.file.filters
FilenameRegexFilter filters incoming files from a directory, based on a regular expression.
FilenameRegexFilter() - Constructor for class org.mule.transport.file.filters.FilenameRegexFilter
 
FileNamespaceHandler - Class in org.mule.transport.file.config
Reigsters a Bean Definition Parser for handling elements.
FileNamespaceHandler() - Constructor for class org.mule.transport.file.config.FileNamespaceHandler
 
FilenameWildcardFilter - Class in org.mule.transport.file.filters
FilenameWildcardFilter filters incoming files from a directory, based on file patterns.
FilenameWildcardFilter() - Constructor for class org.mule.transport.file.filters.FilenameWildcardFilter
 
FilenameWildcardFilter(String) - Constructor for class org.mule.transport.file.filters.FilenameWildcardFilter
 
FileToByteArray - Class in org.mule.transport.file.transformers
FileToByteArray reads the contents of a file as a byte array.
FileToByteArray() - Constructor for class org.mule.transport.file.transformers.FileToByteArray
 
FileToString - Class in org.mule.transport.file.transformers
FileToString reads file contents into a string.
FileToString() - Constructor for class org.mule.transport.file.transformers.FileToString
 
formatUsingFilenameParser(String, String, String) - Method in class org.mule.transport.file.FileMessageRequester
 

G

getCheckFileAge() - Method in class org.mule.transport.file.FileConnector
 
getComparator() - Method in class org.mule.transport.file.FileMessageReceiver
 
getDelegateSession() - Method in class org.mule.transport.file.FileMessageDispatcher
There is no associated session for a file connector
getDelegateSession() - Method in class org.mule.transport.file.FileMessageRequester
There is no associated session for a file connector
getFileAge() - Method in class org.mule.transport.file.FileConnector
 
getFilename(MuleMessage, String) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
getFilename(MuleMessage, String, TemplateParser) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
getFilename(MuleMessage, String) - Method in interface org.mule.transport.file.FilenameParser
 
getFilenameParser() - Method in class org.mule.transport.file.FileConnector
 
getMimeType(Object) - Method in class org.mule.transport.file.FileMuleMessageFactory
 
getMoveDirectory() - Method in class org.mule.transport.file.FileMessageRequester
 
getMoveToDirectory() - Method in class org.mule.transport.file.FileConnector
 
getMoveToPattern() - Method in class org.mule.transport.file.FileConnector
 
getMoveToPattern() - Method in class org.mule.transport.file.FileMessageRequester
 
getNextFile(String, Object) - Static method in class org.mule.transport.file.FileMessageDispatcher
 
getOutputPattern() - Method in class org.mule.transport.file.FileConnector
 
getOutputStream() - Method in class org.mule.transport.file.FileConnector
 
getOutputStream(OutboundEndpoint, MuleEvent) - Method in class org.mule.transport.file.FileConnector
Well get the output stream (if any) for this type of transport.
getPollingFrequency() - Method in class org.mule.transport.file.FileConnector
 
getPriorityWeighting() - Method in class org.mule.transport.file.transformers.FileToByteArray
 
getProtocol() - Method in class org.mule.transport.file.FileConnector
 
getReadFromDirectory() - Method in class org.mule.transport.file.FileConnector
 
getReceiverKey(FlowConstruct, InboundEndpoint) - Method in class org.mule.transport.file.FileConnector
 
getSupportedTransportMessageTypes() - Method in class org.mule.transport.file.FileContentsMuleMessageFactory
 
getSupportedTransportMessageTypes() - Method in class org.mule.transport.file.FileMuleMessageFactory
 
getWorkDirectory() - Method in class org.mule.transport.file.FileConnector
 
getWorkFileNamePattern() - Method in class org.mule.transport.file.FileConnector
 
getWriteToDirectory() - Method in class org.mule.transport.file.FileConnector
 

I

init() - Method in class org.mule.transport.file.config.FileNamespaceHandler
 
InputStreamCloseListener - Interface in org.mule.transport.file
Listener to be called once a file gets closed
invalidFileFilter(EndpointURI) - Static method in class org.mule.transport.file.i18n.FileMessages
 
invalidFilter(Object) - Static method in class org.mule.transport.file.i18n.FileMessages
 
isAgedFile(File, long) - Method in class org.mule.transport.file.FileMessageReceiver
Indicates whether or not file is older than the specified age
isAutoDelete() - Method in class org.mule.transport.file.FileConnector
 
isOutputAppend() - Method in class org.mule.transport.file.FileConnector
 
isRecursive() - Method in class org.mule.transport.file.FileConnector
 
isSerialiseObjects() - Method in class org.mule.transport.file.FileConnector
 
isStreaming() - Method in class org.mule.transport.file.FileConnector
 

M

move(File, File) - Method in class org.mule.transport.file.FileConnector
 
moveToDirectoryNotWritable() - Static method in class org.mule.transport.file.i18n.FileMessages
 
MULE_TRANSPORT_FILE_SINGLEPOLLINSTANCE - Static variable in class org.mule.transport.file.FileMessageReceiver
 
muleContext - Variable in class org.mule.transport.file.ExpressionFilenameParser
 

O

OlderFirstComparator - Class in org.mule.transport.file.comparator
OlderComparatorComparator is a Comparator of File which is capable of comparing files for equality based on their modification dates.
OlderFirstComparator() - Constructor for class org.mule.transport.file.comparator.OlderFirstComparator
 
org.mule.transport.file - package org.mule.transport.file
Provides file transport in the form of a directory listeners and file dispatchers.
org.mule.transport.file.comparator - package org.mule.transport.file.comparator
 
org.mule.transport.file.config - package org.mule.transport.file.config
 
org.mule.transport.file.filters - package org.mule.transport.file.filters
Filename filters used to filter on a listening directory.
org.mule.transport.file.i18n - package org.mule.transport.file.i18n
 
org.mule.transport.file.transformers - package org.mule.transport.file.transformers
Transformers for converting to and from the FileMessage type.

P

poll() - Method in class org.mule.transport.file.FileMessageReceiver
 
pollOnPrimaryInstanceOnly() - Method in class org.mule.transport.file.FileMessageReceiver
 
processFile(File) - Method in class org.mule.transport.file.FileMessageReceiver
 
PROPERTY_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILE_AGE - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILE_SIZE - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILE_TIMESTAMP - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_FILENAME - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_MOVE_TO_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_MOVE_TO_PATTERN - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_ORIGINAL_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_ORIGINAL_FILENAME - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_OUTPUT_PATTERN - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_READ_FROM_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_SOURCE_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_SOURCE_FILENAME - Static variable in class org.mule.transport.file.FileConnector
 
PROPERTY_WRITE_TO_DIRECTORY - Static variable in class org.mule.transport.file.FileConnector
 

R

rollbackFileMove(File, String) - Method in class org.mule.transport.file.FileMessageReceiver
Exception tolerant roll back method

S

setAutoDelete(boolean) - Method in class org.mule.transport.file.FileConnector
 
setCaseSensitive(boolean) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
 
setEndpoint(URI, Properties) - Method in class org.mule.transport.file.FileEndpointURIBuilder
 
setFileAge(long) - Method in class org.mule.transport.file.FileConnector
 
setFilenameParser(FilenameParser) - Method in class org.mule.transport.file.FileConnector
 
setMaxDispatchersActive(int) - Method in class org.mule.transport.file.FileConnector
 
setMoveToDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setMoveToPattern(String) - Method in class org.mule.transport.file.FileConnector
 
setMuleContext(MuleContext) - Method in class org.mule.transport.file.ExpressionFilenameParser
 
setOutputAppend(boolean) - Method in class org.mule.transport.file.FileConnector
 
setOutputPattern(String) - Method in class org.mule.transport.file.FileConnector
 
setOutputStream(FileOutputStream) - Method in class org.mule.transport.file.FileConnector
 
setPattern(String) - Method in class org.mule.transport.file.filters.FilenameRegexFilter
 
setPollingFrequency(long) - Method in class org.mule.transport.file.FileConnector
 
setPriorityWeighting(int) - Method in class org.mule.transport.file.transformers.FileToByteArray
 
setPropertiesFromFile(MuleMessage, File) - Method in class org.mule.transport.file.FileMuleMessageFactory
 
setReadFromDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setRecursive(boolean) - Method in class org.mule.transport.file.FileConnector
 
setSerialiseObjects(boolean) - Method in class org.mule.transport.file.FileConnector
 
setStreaming(boolean) - Method in class org.mule.transport.file.FileConnector
 
setWorkDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
setWorkFileNamePattern(String) - Method in class org.mule.transport.file.FileConnector
 
setWriteToDirectory(String) - Method in class org.mule.transport.file.FileConnector
 
A B C D E F G I M O P R S 
Skip navigation links

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