Uses of Enum
com.atlassian.oai.validator.report.ValidationReport.Level
Packages that use ValidationReport.Level
-
Uses of ValidationReport.Level in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return ValidationReport.LevelModifier and TypeMethodDescriptionGets theValidationReport.Levelfor the given message key.Get the level that the given message key would be resolved at when using theMessageResolver.get(java.lang.String, java.lang.Object...)orMessageResolver.create(java.lang.String, java.lang.String, java.lang.String...)methods.ValidationReport.Message.getLevel()static ValidationReport.LevelReturns the enum constant of this type with the specified name.static ValidationReport.Level[]ValidationReport.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.oai.validator.report that return types with arguments of type ValidationReport.LevelModifier and TypeMethodDescriptionLevelLoader.ChainingLoader.defaultLevel()LevelLoader.defaultLevel()Load the default level from this loader (if it has been defined).LevelLoader.PropertiesLoader.defaultLevel()LevelLoader.ChainingLoader.loadLevels()LevelLoader.loadLevels()Load message levels from this loader.LevelLoader.PropertiesLoader.loadLevels()default Set<ValidationReport.Level>ValidationReport.sortedValidationLevels()Return sorted set of levels found during validationMethods in com.atlassian.oai.validator.report with parameters of type ValidationReport.LevelModifier and TypeMethodDescriptionLevelResolver.Builder.withDefaultLevel(ValidationReport.Level defaultLevel) Set the default level to use for any message which does not have an explicit mapping defined.LevelResolver.Builder.withLevel(String key, ValidationReport.Level level) Add a mapping of message key -> level to use in theLevelResolver.ValidationReport.Message.withLevel(ValidationReport.Level level) Returns a new instance, the same as this message, but, with level changed.Method parameters in com.atlassian.oai.validator.report with type arguments of type ValidationReport.LevelModifier and TypeMethodDescriptionLevelResolver.Builder.withLevels(Map<String, ValidationReport.Level> levels) Set mappings of message key -> level to use in theLevelResolver.