Searched refs:getAllConfigurationObjects (Results 1 – 2 of 2) sorted by relevance
430 private Collection<Object> getAllConfigurationObjects() { in getAllConfigurationObjects() method in GlobalConfiguration453 OptionSetter optionSetter = new OptionSetter(getAllConfigurationObjects()); in injectOptionValue()634 ArgsOptionParser parser = new ArgsOptionParser(getAllConfigurationObjects()); in setOptionsFromCommandLineArgs()694 new ArgsOptionParser(getAllConfigurationObjects()).validateMandatoryOptions(); in validateOptions()
472 private Collection<Object> getAllConfigurationObjects() { in getAllConfigurationObjects() method in Configuration473 return getAllConfigurationObjects(null); in getAllConfigurationObjects()480 private Collection<Object> getAllConfigurationObjects(String excludedConfigName) { in getAllConfigurationObjects() method in Configuration500 return new OptionSetter(getAllConfigurationObjects()); in createOptionSetter()950 getAllConfigurationObjects(CONFIGURATION_DESCRIPTION_TYPE_NAME)); in setOptionsFromCommandLineArgs()1193 new ArgsOptionParser(getAllConfigurationObjects()).validateMandatoryOptions(); in validateOptions()