org.springframework.beandoc.output
Class FilenameAppenderStrategy
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilenameAppenderStrategy
public FilenameAppenderStrategy(String suffix)
- takes the String that will be appended to the input name to
produce the output file name
getFileName
public String getFileName(String input)
- See Also:
FilenameStrategy.getFileName(java.lang.String)
Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.