
public class ElementBuilderImpl<FLUENT> extends AbstractNegatable<ElementBuilder> implements ElementBuilder<FLUENT>
| Constructor and Description |
|---|
ElementBuilderImpl(ElementConditionFactory factory,
FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
AttributeBuilder<FLUENT> |
attribute(String attribute) |
protected ElementBuilder |
copy() |
IsNotElementBuilder<FLUENT> |
is() |
NotStringMatcher<FLUENT> |
text() |
AttributeBuilder<FLUENT> |
value() |
getNegation, not, setNegationpublic ElementBuilderImpl(ElementConditionFactory factory, FluentBase<FLUENT> fluentBase)
protected ElementBuilder copy()
copy in class AbstractNegatable<ElementBuilder>public AttributeBuilder<FLUENT> attribute(String attribute)
attribute in interface ElementBuilder<FLUENT>public IsNotElementBuilder<FLUENT> is()
is in interface ElementBuilder<FLUENT>public NotStringMatcher<FLUENT> text()
text in interface ElementBuilder<FLUENT>public AttributeBuilder<FLUENT> value()
value in interface ElementBuilder<FLUENT>Copyright © 2015 JBoss by Red Hat. All rights reserved.