com.atlassian.jira.bc.admin
Class LinkSortFieldListValidator
java.lang.Object
com.atlassian.jira.bc.admin.LinkSortFieldListValidator
- All Implemented Interfaces:
- Validator
public final class LinkSortFieldListValidator
- extends Object
- implements Validator
Validates a comma separated list of fields to ensure they are only the fields that may be used for specifying the
issue link sort order.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkSortFieldListValidator
public LinkSortFieldListValidator()
validate
public Validator.Result validate(String value)
- Description copied from interface:
Validator
- Validate the given string to see if it passes and if not, why not.
- Specified by:
validate
in interface Validator
- Parameters:
value
- all validation input is a String.
- Returns:
- A result that contains access to the details of the validation outcome.
Copyright © 2002-2012 Atlassian. All Rights Reserved.