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

    • complete

      public List<org.springframework.shell.CompletionProposal> complete(org.springframework.shell.CompletionContext completionContext)
      Description copied from interface: ValueProvider
      Complete completion proposals.
      Specified by:
      complete in interface ValueProvider
      Parameters:
      completionContext - the context
      Returns:
      the completion proposals