cascading.operation.assertion
Class AssertMatchesAll
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.regex.RegexOperation
cascading.operation.regex.RegexMatcher
cascading.operation.assertion.AssertMatchesAll
- All Implemented Interfaces:
- Assertion, Operation, ValueAssertion, Serializable
public class AssertMatchesAll
- extends RegexMatcher
- implements ValueAssertion
Class AssertMatchesAll matches the given regular expression patternString against each argument
Tuple element individually. See AssertMatches if you need to match the patternString regex against
the tuple as a whole.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
|
Constructor Summary |
AssertMatchesAll(String patternString)
Constructor AssertMatchesAll creates a new AssertMatchesAll instance. |
AssertMatchesAll(String patternString,
boolean negateMatch)
Constructor AssertMatchesAll creates a new AssertMatchesAll instance. |
AssertMatchesAll
public AssertMatchesAll(String patternString)
- Constructor AssertMatchesAll creates a new AssertMatchesAll instance.
- Parameters:
patternString - of type String
AssertMatchesAll
public AssertMatchesAll(String patternString,
boolean negateMatch)
- Constructor AssertMatchesAll creates a new AssertMatchesAll instance.
- Parameters:
patternString - of type StringnegateMatch - of type boolean
doAssert
public void doAssert(TupleEntry input)
- Description copied from interface:
ValueAssertion
- Method doAssert performs the assertion.
- Specified by:
doAssert in interface ValueAssertion
- Parameters:
input - of type TupleEntry- See Also:
ValueAssertion.doAssert(TupleEntry)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.