Class FileValueProvider

java.lang.Object
org.springframework.shell.standard.FileValueProvider
All Implemented Interfaces:
ValueProvider

public class FileValueProvider extends Object implements ValueProvider
A ValueProvider that can populate names of local Files, either absolute or relative to the current working directory.
  • Constructor Details

    • FileValueProvider

      public FileValueProvider()
  • Method Details