Uses of Class
com.atlassian.plugin.util.validation.ValidationPattern.RuleTest

Packages that use ValidationPattern.RuleTest
com.atlassian.plugin.util.validation   
 

Uses of ValidationPattern.RuleTest in com.atlassian.plugin.util.validation
 

Methods in com.atlassian.plugin.util.validation that return ValidationPattern.RuleTest
static ValidationPattern.RuleTest ValidationPattern.test(String xpath)
          Creates a test using the passed xpath expression
 ValidationPattern.RuleTest ValidationPattern.RuleTest.withError(String msg)
          The error message to use in the thrown exception if the test failes
 

Methods in com.atlassian.plugin.util.validation with parameters of type ValidationPattern.RuleTest
 ValidationPattern ValidationPattern.rule(String context, ValidationPattern.RuleTest... tests)
          Adds a rule to the current pattern
 ValidationPattern ValidationPattern.rule(ValidationPattern.RuleTest... tests)
          Adds a rule to the current pattern, assuming the current context is "."
 



Copyright © 2010 Atlassian. All Rights Reserved.