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