Package com.netcracker.profiler.io
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 TypeMethodDescriptionCreate a ParamReader instance for the given root file.
-
Method Details
-
create
Create a ParamReader instance for the given root file.- Parameters:
root- The root directory File, or null for in-memory- Returns:
- ParamReader instance
-