Searched refs:paramsFile (Results 1 – 5 of 5) sorted by relevance
37 protected List<String> parse(Path paramsFile) throws IOException { in parse() argument38 return Files.readAllLines(paramsFile, UTF_8); in parse()
40 protected List<String> parse(Path paramsFile) throws IOException { in parse() argument43 new ShellQuotedReader(Files.newBufferedReader(paramsFile, UTF_8))) { in parse()
78 protected abstract List<String> parse(Path paramsFile) in parse() argument
167 public void paramsFile() throws IOException { in paramsFile() method in CommandLineOptionsParserTest
192 public void paramsFile() throws Exception { in paramsFile() method in TurbineOptionsTest