Interface RFile.SummaryInputArguments
-
- Enclosing class:
- RFile
public static interface RFile.SummaryInputArgumentsThis is an intermediate interface in a larger builder pattern. Supports setting the required input sources for reading summary data from an RFile.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RFile.SummaryFSOptionsfrom(String... files)Specify RFiles to read from.RFile.SummaryOptionsfrom(RFileSource... inputs)Specify RFiles to read from.
-
-
-
Method Detail
-
from
RFile.SummaryOptions from(RFileSource... inputs)
Specify RFiles to read from. When multiple inputs are specified the summary data will be merged.- Parameters:
inputs- one or more RFiles to read.- Returns:
- this
-
from
RFile.SummaryFSOptions from(String... files)
Specify RFiles to read from. When multiple are specified the summary data will be merged.- Parameters:
files- one or more RFiles to read.- Returns:
- this
-
-