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(java.lang.String xpath)
          Creates a test using the passed xpath expression
 ValidationPattern.RuleTest ValidationPattern.RuleTest.withError(java.lang.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(java.lang.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 © 2009 Atlassian. All Rights Reserved.