org.springframework.shell.converters
Class SimpleFileConverter

java.lang.Object
  extended by org.springframework.shell.converters.FileConverter
      extended by org.springframework.shell.converters.SimpleFileConverter
All Implemented Interfaces:
Converter<File>

public class SimpleFileConverter
extends FileConverter


Constructor Summary
SimpleFileConverter()
           
 
Method Summary
protected  File getWorkingDirectory()
           
 
Methods inherited from class org.springframework.shell.converters.FileConverter
convertFromText, getAllPossibleValues, populate, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFileConverter

public SimpleFileConverter()
Method Detail

getWorkingDirectory

protected File getWorkingDirectory()
Specified by:
getWorkingDirectory in class FileConverter
Returns:
the "current working directory" this FileConverter should use if the user fails to provide an explicit directory in their input (required)