Package | Description |
---|---|
org.apache.nifi.util.text |
Modifier and Type | Field and Description |
---|---|
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.AMPM_RANGE |
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.ERAS_RANGE |
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.LONG_WEEKDAY_RANGE |
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.MONTH_NAME_RANGE |
private RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.range |
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.SHORT_WEEKDAY_RANGE |
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.ZONE_NAME_RANGE |
Modifier and Type | Method and Description |
---|---|
private static RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.lengthRange(String[] values) |
RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.LengthRange.plus(int min,
int max) |
RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.LengthRange.plus(RegexDateTimeMatcher.Compiler.LengthRange other) |
Modifier and Type | Method and Description |
---|---|
RegexDateTimeMatcher.Compiler.LengthRange |
RegexDateTimeMatcher.Compiler.LengthRange.plus(RegexDateTimeMatcher.Compiler.LengthRange other) |
Copyright © 2021 Apache NiFi Project. All rights reserved.