Searched refs:listArgs (Results 1 – 5 of 5) sorted by relevance
489 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createConfigurationFromArgs() local493 internalCreateConfigurationFromArgs(reorderedArrayArgs, listArgs, keyStoreClient); in createConfigurationFromArgs()495 if (listArgs.contains("--" + CommandOptions.DRY_RUN_OPTION) in createConfigurationFromArgs()496 || listArgs.contains("--" + CommandOptions.NOISY_DRY_RUN_OPTION)) { in createConfigurationFromArgs()502 listArgs, keyStoreClient); in createConfigurationFromArgs()539 final List<String> listArgs = new ArrayList<>(Arrays.asList(arrayArgs)); in internalCreateConfigurationFromArgs() local541 final String configName = listArgs.remove(0); in internalCreateConfigurationFromArgs()549 optionArgsRef.addAll(templateArgParser.parseBestEffort(listArgs)); in internalCreateConfigurationFromArgs()580 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createGlobalConfigurationFromArgs() local582 listArgs); in createGlobalConfigurationFromArgs()[all …]
423 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument435 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() argument
141 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument
934 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument936 return setOptionsFromCommandLineArgs(listArgs, null); in setOptionsFromCommandLineArgs()943 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() argument955 return parser.parse(listArgs); in setOptionsFromCommandLineArgs()
632 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument635 return parser.parse(listArgs); in setOptionsFromCommandLineArgs()