Interface ParamReaderFileFactory


public interface ParamReaderFileFactory
Factory interface for creating ParamReader instances with runtime parameters. Uses Guice AssistedInject to create ParamReaderFile instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(@Nullable File root)
    Create a ParamReader instance for the given root file.
  • Method Details

    • create

      ParamReaderFile create(@Nullable File root)
      Create a ParamReader instance for the given root file.
      Parameters:
      root - The root directory File, or null for in-memory
      Returns:
      ParamReader instance