private static class RegexDateTimeMatcher.Compiler.LengthRange extends Object
Constructor and Description |
---|
LengthRange(int min,
int max) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
int |
getMinLength() |
RegexDateTimeMatcher.Compiler.LengthRange |
plus(int min,
int max) |
RegexDateTimeMatcher.Compiler.LengthRange |
plus(RegexDateTimeMatcher.Compiler.LengthRange other) |
public int getMinLength()
public int getMaxLength()
public RegexDateTimeMatcher.Compiler.LengthRange plus(RegexDateTimeMatcher.Compiler.LengthRange other)
public RegexDateTimeMatcher.Compiler.LengthRange plus(int min, int max)
Copyright © 2021 Apache NiFi Project. All rights reserved.