Searched refs:nonGlobalArgs (Results 1 – 5 of 5) sorted by relevance
92 List<String> nonGlobalArgs = new ArrayList<String>(args.length); in testCreateGlobalConfiguration_empty() local97 ArrayUtil.buildArray(new String[] {globalConfigPath}, args), nonGlobalArgs); in testCreateGlobalConfiguration_empty()98 assertTrue(nonGlobalArgs.size() == 0); in testCreateGlobalConfiguration_empty()131 List<String> nonGlobalArgs = new ArrayList<String>(args.length); in testCreateGlobalConfiguration_nonEmpty() local143 ArrayUtil.buildArray(new String[] {globalConfigPath}, args), nonGlobalArgs); in testCreateGlobalConfiguration_nonEmpty()151 assertTrue(nonGlobalArgs.size() == 2); in testCreateGlobalConfiguration_nonEmpty()161 List<String> nonGlobalArgs = new ArrayList<String>(); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault() local174 ArrayUtil.buildArray(new String[] {globalConfigPath}, args), nonGlobalArgs); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()187 nonGlobalArgs); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()205 List<String> nonGlobalArgs = new ArrayList<String>(); in testCreateGlobalConfiguration_cloneConfigWithFilter() local[all …]
92 List<String> nonGlobalArgs) throws ConfigurationException; in createGlobalConfigurationFromArgs() argument
160 List<String> nonGlobalArgs = new ArrayList<String>(args.length); in createGlobalConfiguration() local169 configFactory.createGlobalConfigurationFromArgs(arrayArgs, nonGlobalArgs); in createGlobalConfiguration()180 configFactory.createGlobalConfigurationFromArgs(arrayArgs, nonGlobalArgs); in createGlobalConfiguration()188 return nonGlobalArgs; in createGlobalConfiguration()
1152 List<String> nonGlobalArgs = GlobalConfiguration.createGlobalConfiguration(args); in startConsole() local1154 console.setArgs(nonGlobalArgs); in startConsole()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...