public class AttributeBuilderImpl<FLUENT> extends AbstractNegatable<StringMatcher<FLUENT>> implements AttributeBuilder<FLUENT>
| Constructor and Description |
|---|
AttributeBuilderImpl(AttributeConditionFactory factory,
FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
FLUENT |
contains(String expected)
Checks whether the text contains the given string.
|
protected AttributeBuilder |
copy() |
FLUENT |
equalTo(String expected)
Checks whether the text is equal to the given string.
|
IsNotAttributeBuilder<FLUENT> |
is()
Returns the condition builder for conditions with "is" prefix.
|
getNegation, not, setNegationpublic AttributeBuilderImpl(AttributeConditionFactory factory, FluentBase<FLUENT> fluentBase)
protected AttributeBuilder copy()
copy in class AbstractNegatable<StringMatcher<FLUENT>>public FLUENT contains(String expected)
StringMatchercontains in interface StringMatcher<FLUENT>public FLUENT equalTo(String expected)
StringMatcherequalTo in interface StringMatcher<FLUENT>public IsNotAttributeBuilder<FLUENT> is()
AttributeBuilderis in interface AttributeBuilder<FLUENT>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.