org.springframework.beandoc.output
Class FilenameAppenderStrategy

java.lang.Object
  extended by org.springframework.beandoc.output.FilenameAppenderStrategy

public class FilenameAppenderStrategy
extends Object

FilenameAppenderStrategy is a trivial implementation that simply appends a String to the end of the input file name in order to produce the output name. The suffix is supplied in the constructor.

Since:
1.0
Author:
Darren Davison

Constructor Summary
FilenameAppenderStrategy(String suffix)
          takes the String that will be appended to the input name to produce the output file name
 
Method Summary
 String getFileName(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilenameAppenderStrategy

public FilenameAppenderStrategy(String suffix)
takes the String that will be appended to the input name to produce the output file name

Method Detail

getFileName

public String getFileName(String input)
See Also:
FilenameStrategy.getFileName(java.lang.String)


Copyright © 2004-2010 Spring BeanDoc. All Rights Reserved.