Searched refs:listArgs (Results 1 – 5 of 5) sorted by relevance
491 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createConfigurationFromArgs() local495 internalCreateConfigurationFromArgs(reorderedArrayArgs, listArgs, keyStoreClient); in createConfigurationFromArgs()497 if (listArgs.contains("--" + CommandOptions.DRY_RUN_OPTION) in createConfigurationFromArgs()498 || listArgs.contains("--" + CommandOptions.NOISY_DRY_RUN_OPTION)) { in createConfigurationFromArgs()504 listArgs, keyStoreClient); in createConfigurationFromArgs()541 final List<String> listArgs = new ArrayList<>(Arrays.asList(arrayArgs)); in internalCreateConfigurationFromArgs() local543 final String configName = listArgs.remove(0); in internalCreateConfigurationFromArgs()551 optionArgsRef.addAll(templateArgParser.parseBestEffort(listArgs)); in internalCreateConfigurationFromArgs()582 List<String> listArgs = new ArrayList<String>(arrayArgs.length); in createGlobalConfigurationFromArgs() local584 listArgs); in createGlobalConfigurationFromArgs()[all …]
456 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument468 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() argument
1016 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument1018 return setOptionsFromCommandLineArgs(listArgs, null); in setOptionsFromCommandLineArgs()1025 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs, in setOptionsFromCommandLineArgs() argument1037 return parser.parse(listArgs); in setOptionsFromCommandLineArgs()
152 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument
689 public List<String> setOptionsFromCommandLineArgs(List<String> listArgs) in setOptionsFromCommandLineArgs() argument692 return parser.parse(listArgs); in setOptionsFromCommandLineArgs()