@Immutable public class PSXPathBoundRule extends Object
Constructor and Description |
---|
PSXPathBoundRule(PSRule aRule,
String sRuleExpression,
XPathExpression aBoundRuleExpression,
List<PSXPathBoundAssertReport> aBoundAssertReports) |
Modifier and Type | Method and Description |
---|---|
List<PSXPathBoundAssertReport> |
getAllBoundAssertReports() |
XPathExpression |
getBoundRuleExpression() |
PSRule |
getRule() |
String |
getRuleExpression() |
String |
toString() |
public PSXPathBoundRule(@Nonnull PSRule aRule, @Nonnull String sRuleExpression, @Nonnull XPathExpression aBoundRuleExpression, @Nonnull List<PSXPathBoundAssertReport> aBoundAssertReports)
@Nonnull public XPathExpression getBoundRuleExpression()
@Nonnull @ReturnsMutableCopy public List<PSXPathBoundAssertReport> getAllBoundAssertReports()
Copyright © 2014–2015 Philip Helger. All rights reserved.