org.mule.providers.file.i18n
Class FileMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.providers.file.i18n.FileMessages

public class FileMessages
extends MessageFactory


Constructor Summary
FileMessages()
           
 
Method Summary
static Message errorWhileListingFiles()
           
static Message exceptionWhileProcessing(String name, String string)
           
static Message failedToDeleteFile(String path)
           
static Message failedToMoveFile(String from, String to)
           
static Message fileDoesNotExist(String string)
           
static Message invalidFileFilter(UMOEndpointURI endpointURI)
           
static Message moveToDirectoryNotWritable()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMessages

public FileMessages()
Method Detail

errorWhileListingFiles

public static Message errorWhileListingFiles()

exceptionWhileProcessing

public static Message exceptionWhileProcessing(String name,
                                               String string)

failedToDeleteFile

public static Message failedToDeleteFile(String path)

failedToMoveFile

public static Message failedToMoveFile(String from,
                                       String to)

moveToDirectoryNotWritable

public static Message moveToDirectoryNotWritable()

invalidFileFilter

public static Message invalidFileFilter(UMOEndpointURI endpointURI)

fileDoesNotExist

public static Message fileDoesNotExist(String string)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.