Searched defs:listArgs (Results 1 – 6 of 6) sorted by relevance
546 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createConfigurationFromArgs() local593 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createPartialConfigurationFromArgs() local632 final List<String> listArgs = new ArrayList<>(Arrays.asList(arrayArgs)); in internalCreateConfigurationFromArgs() local676 List<String> listArgs, in extractTemplates()735 List<String> listArgs, in internalCreateDirectConfiguration()906 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createGlobalConfigurationFromArgs() local
518 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs()530 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs()545 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException; in setBestEffortOptionsFromCommandLineArgs()
1192 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs()1201 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs()1247 List<String> listArgs, IKeyStoreClient keyStoreClient) throws ConfigurationException { in setBestEffortOptionsFromCommandLineArgs()
173 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs()
787 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs()
640 List<String> listArgs = new ArrayList<>(Arrays.asList(args)); in extractTestTemplate() local