org.springframework.shell.converters
Class SimpleFileConverter
java.lang.Object
org.springframework.shell.converters.FileConverter
org.springframework.shell.converters.SimpleFileConverter
- All Implemented Interfaces:
- Converter<File>
public class SimpleFileConverter
- extends FileConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFileConverter
public SimpleFileConverter()
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)