Searched refs:categoryName (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DTextErrorLogPublisher.java230 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 DTextErrorLogPublisher.java228 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 DTextErrorLogPublisher.java230 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 DTextErrorLogPublisher.java230 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 DTextErrorLogPublisher.java228 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 DHelpSubCommandHandler.java823 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 DArgumentExceptionFactory.java542 * @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 DHelpSubCommandHandler.java830 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 DArgumentExceptionFactory.java541 * @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 DHelpSubCommandHandler.java823 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 DArgumentExceptionFactory.java542 * @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 DHelpSubCommandHandler.java823 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 DArgumentExceptionFactory.java542 * @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 DHelpSubCommandHandler.java830 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 DArgumentExceptionFactory.java541 * @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 DHelpSubCommandHandler.java702 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 DArgumentExceptionFactory.java429 * @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 DMainJPanel.java254 String categoryName =
257 serviceCategories.get(categoryName);
288 String categoryName = entry.getName();
290 serviceCategories.get(categoryName);

Completed in 115 milliseconds