Class Regex
- All Implemented Interfaces:
IHeaderMatcher.Builder
Deprecated.
use Configuration file to define licenses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.setExpression(String expression) Deprecated.Sets the regex expression.Methods inherited from class RegexBuilder
build, toStringMethods inherited from class AbstractBuilder
getId, hasId, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IHeaderMatcher.Builder
getDescription
-
Constructor Details
-
Regex
public Regex()Deprecated.
-
-
Method Details
-
setExpression
Deprecated.Description copied from class:RegexBuilderSets the regex expression. This method compiles the string into a pattern and may throw any exception thrown by thePattern.compile(String)method.- Overrides:
setExpressionin classRegexBuilder- Parameters:
expression- the expression as a string.- Returns:
- this builder for chaining.
- See Also:
-
set
Deprecated.
-