Uses of Enum Class
org.codehaus.plexus.components.secdispatcher.SecDispatcher.ValidationResponse.Level
Packages that use SecDispatcher.ValidationResponse.Level
-
Uses of SecDispatcher.ValidationResponse.Level in org.codehaus.plexus.components.secdispatcher
Fields in org.codehaus.plexus.components.secdispatcher with type parameters of type SecDispatcher.ValidationResponse.LevelModifier and TypeFieldDescriptionprivate final Map
<SecDispatcher.ValidationResponse.Level, List<String>> SecDispatcher.ValidationResponse.report
Methods in org.codehaus.plexus.components.secdispatcher that return SecDispatcher.ValidationResponse.LevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SecDispatcher.ValidationResponse.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codehaus.plexus.components.secdispatcher that return types with arguments of type SecDispatcher.ValidationResponse.LevelConstructor parameters in org.codehaus.plexus.components.secdispatcher with type arguments of type SecDispatcher.ValidationResponse.LevelModifierConstructorDescriptionValidationResponse
(String source, boolean valid, Map<SecDispatcher.ValidationResponse.Level, List<String>> report, List<SecDispatcher.ValidationResponse> subsystems)