| /forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
| H A D | TextErrorLogPublisher.java | 230 String categoryName = overrideSeverity.substring(0, equalPos); 231 categoryName = categoryName.replace("-", "_").toUpperCase(); 234 Category category = Category.valueOf(categoryName); 275 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); 341 String categoryName = overrideSeverity.substring(0, equalPos); 342 categoryName = categoryName.replace("-", "_").toUpperCase(); 345 Category.valueOf(categoryName); 349 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); [all...] |
| /forgerock/opendj2/src/server/org/opends/server/loggers/ |
| H A D | TextErrorLogPublisher.java | 228 String categoryName = overrideSeverity.substring(0, equalPos); 229 categoryName = categoryName.replace("-", "_").toUpperCase(); 232 Category category = Category.valueOf(categoryName); 270 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); 336 String categoryName = overrideSeverity.substring(0, equalPos); 337 categoryName = categoryName.replace("-", "_").toUpperCase(); 340 Category.valueOf(categoryName); 344 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
| H A D | TextErrorLogPublisher.java | 230 String categoryName = overrideSeverity.substring(0, equalPos); 231 categoryName = categoryName.replace("-", "_").toUpperCase(); 234 Category category = Category.valueOf(categoryName); 275 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); 341 String categoryName = overrideSeverity.substring(0, equalPos); 342 categoryName = categoryName.replace("-", "_").toUpperCase(); 345 Category.valueOf(categoryName); 349 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/ |
| H A D | TextErrorLogPublisher.java | 230 String categoryName = overrideSeverity.substring(0, equalPos); 231 categoryName = categoryName.replace("-", "_").toUpperCase(); 234 Category category = Category.valueOf(categoryName); 275 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); 341 String categoryName = overrideSeverity.substring(0, equalPos); 342 categoryName = categoryName.replace("-", "_").toUpperCase(); 345 Category.valueOf(categoryName); 349 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
| H A D | TextErrorLogPublisher.java | 228 String categoryName = overrideSeverity.substring(0, equalPos); 229 categoryName = categoryName.replace("-", "_").toUpperCase(); 232 Category category = Category.valueOf(categoryName); 270 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); 336 String categoryName = overrideSeverity.substring(0, equalPos); 337 categoryName = categoryName.replace("-", "_").toUpperCase(); 340 Category.valueOf(categoryName); 344 Message msg = WARN_ERROR_LOGGER_INVALID_CATEGORY.get(categoryName); [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 823 String categoryName = categoryArgument.getValue(); 838 if (categoryName != null) { 841 .get(categoryName); 846 tag = Tag.valueOf(categoryName); 848 throw ArgumentExceptionFactory.unknownCategory(categoryName); 853 throw ArgumentExceptionFactory.unknownCategory(categoryName); 864 categoryName); 889 categoryName); 929 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 931 displayVerbose(app, categoryName, typeNam 938 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 1056 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 542 * @param categoryName 546 public static ArgumentException unknownCategory(String categoryName) { argument 547 Message msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 611 * @param categoryName 618 String categoryName) { 620 ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName); 617 unknownTypeForCategory(String typeName, String categoryName) argument
|
| /forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 830 String categoryName = categoryArgument.getValue(); 845 if (categoryName != null) { 848 .get(categoryName); 853 tag = Tag.valueOf(categoryName); 855 throw ArgumentExceptionFactory.unknownCategory(categoryName); 860 throw ArgumentExceptionFactory.unknownCategory(categoryName); 871 categoryName); 896 categoryName); 936 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 938 displayVerbose(app, categoryName, typeNam 945 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 1063 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 541 * @param categoryName 545 public static ArgumentException unknownCategory(String categoryName) { argument 546 Message msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 610 * @param categoryName 617 String categoryName) { 619 ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName); 616 unknownTypeForCategory(String typeName, String categoryName) argument
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 823 String categoryName = categoryArgument.getValue(); 838 if (categoryName != null) { 841 .get(categoryName); 846 tag = Tag.valueOf(categoryName); 848 throw ArgumentExceptionFactory.unknownCategory(categoryName); 853 throw ArgumentExceptionFactory.unknownCategory(categoryName); 864 categoryName); 889 categoryName); 929 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 931 displayVerbose(app, categoryName, typeNam 938 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 1056 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 542 * @param categoryName 546 public static ArgumentException unknownCategory(String categoryName) { argument 547 Message msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 611 * @param categoryName 618 String categoryName) { 620 ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName); 617 unknownTypeForCategory(String typeName, String categoryName) argument
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 823 String categoryName = categoryArgument.getValue(); 838 if (categoryName != null) { 841 .get(categoryName); 846 tag = Tag.valueOf(categoryName); 848 throw ArgumentExceptionFactory.unknownCategory(categoryName); 853 throw ArgumentExceptionFactory.unknownCategory(categoryName); 864 categoryName); 889 categoryName); 929 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 931 displayVerbose(app, categoryName, typeNam 938 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 1056 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 542 * @param categoryName 546 public static ArgumentException unknownCategory(String categoryName) { argument 547 Message msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 611 * @param categoryName 618 String categoryName) { 620 ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName); 617 unknownTypeForCategory(String typeName, String categoryName) argument
|
| /forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 830 String categoryName = categoryArgument.getValue(); 845 if (categoryName != null) { 848 .get(categoryName); 853 tag = Tag.valueOf(categoryName); 855 throw ArgumentExceptionFactory.unknownCategory(categoryName); 860 throw ArgumentExceptionFactory.unknownCategory(categoryName); 871 categoryName); 896 categoryName); 936 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 938 displayVerbose(app, categoryName, typeNam 945 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 1063 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 541 * @param categoryName 545 public static ArgumentException unknownCategory(String categoryName) { argument 546 Message msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 610 * @param categoryName 617 String categoryName) { 619 ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName); 616 unknownTypeForCategory(String typeName, String categoryName) argument
|
| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
| H A D | HelpSubCommandHandler.java | 702 String categoryName = categoryArgument.getValue(); 716 if (categoryName != null) { 718 Map<String, AbstractManagedObjectDefinition<?, ?>> subTypes = categoryMap.get(categoryName); 723 tag = Tag.valueOf(categoryName); 725 throw ArgumentExceptionFactory.unknownCategory(categoryName); 730 throw ArgumentExceptionFactory.unknownCategory(categoryName); 740 throw ArgumentExceptionFactory.unknownTypeForCategory(typeName, categoryName); 763 throw ArgumentExceptionFactory.unknownTypeForCategory(typeName, categoryName); 801 displayNonVerbose(app, categoryName, typeName, tag, propertyNames); 803 displayVerbose(app, categoryName, typeNam 810 displayNonVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument 884 displayVerbose(ConsoleApplication app, String categoryName, String typeName, Tag tag, Set<String> propertyNames) argument [all...] |
| H A D | ArgumentExceptionFactory.java | 429 * @param categoryName 433 public static ArgumentException unknownCategory(String categoryName) { argument 434 LocalizableMessage msg = ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED.get(categoryName); 486 * @param categoryName 492 public static ArgumentException unknownTypeForCategory(String typeName, String categoryName) { argument 493 LocalizableMessage msg = ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED.get(typeName, categoryName);
|
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/panels/ |
| H A D | MainJPanel.java | 254 String categoryName = 257 serviceCategories.get(categoryName); 288 String categoryName = entry.getName(); 290 serviceCategories.get(categoryName);
|