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) |
protected AttributeBuilder |
copy() |
FLUENT |
equalTo(String expected) |
IsNotAttributeBuilder<FLUENT> |
is() |
getNegation, not, setNegationpublic AttributeBuilderImpl(AttributeConditionFactory factory, FluentBase<FLUENT> fluentBase)
protected AttributeBuilder copy()
copy in class AbstractNegatable<StringMatcher<FLUENT>>public FLUENT contains(String expected)
contains in interface StringMatcher<FLUENT>public FLUENT equalTo(String expected)
equalTo in interface StringMatcher<FLUENT>public IsNotAttributeBuilder<FLUENT> is()
is in interface AttributeBuilder<FLUENT>Copyright © 2014 JBoss by Red Hat. All rights reserved.