Searched refs:nonConfigServerArgs (Results 1 – 2 of 2) sorted by relevance
161 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in createGlobalConfiguration() local163 createGlobalConfigServer(args, nonConfigServerArgs); in createGlobalConfiguration()178 nonConfigServerArgs.toArray(new String[0])); in createGlobalConfiguration()241 String[] args, List<String> nonConfigServerArgs) throws ConfigurationException { in createGlobalConfigServer() argument245 nonConfigServerArgs.addAll(Arrays.asList(args)); in createGlobalConfigServer()254 ArrayUtil.buildArray(new String[] {path}, args), nonConfigServerArgs); in createGlobalConfigServer()
283 List<String> nonConfigServerArgs = new ArrayList<String>(args.length); in testCreateGlobalConfiguration_configServer() local287 nonConfigServerArgs); in testCreateGlobalConfiguration_configServer()293 assertTrue(nonConfigServerArgs.size() == 2); in testCreateGlobalConfiguration_configServer()