Uses of Interface
org.mule.providers.file.FilenameParser

Packages that use FilenameParser
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
 

Uses of FilenameParser in org.mule.providers.file
 

Classes in org.mule.providers.file that implement FilenameParser
 class SimpleFilenameParser
          SimpleFilenameParser understands a limited set of tokens, namely ${DATE} : the currrent date in the format dd-MM-yy_HH-mm-ss.SS ${DATE:yy-MM-dd} : the current date using the specified format ${SYSTIME} : The current system time milliseconds ${UUID} : A generated Universally unique id ${ORIGINALNAME} : The origial file name if the file being written was read from another location ${COUNT} : An incremental counter Note that square brackets can be used instead of curl brackets, this is useful when defining the file output pattern in a Mule Url endpointUri where the curl bracket is an invalid character.
 

Fields in org.mule.providers.file declared as FilenameParser
 FilenameParser FileConnector.filenameParser
           
 

Methods in org.mule.providers.file that return FilenameParser
 FilenameParser FileConnector.getFilenameParser()
           
 

Methods in org.mule.providers.file with parameters of type FilenameParser
 void FileConnector.setFilenameParser(FilenameParser filenameParser)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.