org.ikasan.connector.basefiletransfer.net
Class ClientFixedFilenameFormatter

java.lang.Object
  extended by org.ikasan.connector.basefiletransfer.net.ClientFixedFilenameFormatter
All Implemented Interfaces:
ClientFilenameFormatter

public class ClientFixedFilenameFormatter
extends java.lang.Object
implements ClientFilenameFormatter

Author:
Ikasan Development Team

Constructor Summary
ClientFixedFilenameFormatter(java.lang.String fixedName)
          Constructor
 
Method Summary
 java.lang.String translateFilename(java.lang.String filename)
          Method that transfixes the input filename into a fixed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFixedFilenameFormatter

public ClientFixedFilenameFormatter(java.lang.String fixedName)
Constructor

Parameters:
fixedName -
Method Detail

translateFilename

public java.lang.String translateFilename(java.lang.String filename)
Method that transfixes the input filename into a fixed

Specified by:
translateFilename in interface ClientFilenameFormatter
Returns:
translated filename


Copyright © 2007-2010 Ikasan. All Rights Reserved.