public class ValidatorInvocationImpl extends Object implements org.apache.sling.validation.model.ValidatorInvocation
Constructor and Description |
---|
ValidatorInvocationImpl(String id,
Map<String,Object> parameters,
Integer severity)
Only the map has proper support for equals (see https://issues.apache.org/jira/browse/SLING-4784)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.sling.api.resource.ValueMap |
getParameters() |
Integer |
getSeverity() |
String |
getValidatorId() |
int |
hashCode() |
String |
toString() |
public String getValidatorId()
getValidatorId
in interface org.apache.sling.validation.model.ValidatorInvocation
@Nonnull public org.apache.sling.api.resource.ValueMap getParameters()
getParameters
in interface org.apache.sling.validation.model.ValidatorInvocation
@CheckForNull public Integer getSeverity()
getSeverity
in interface org.apache.sling.validation.model.ValidatorInvocation
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.