public final class RangePatternDefinedSupplier extends BasicPatternDefinedSupplier
FORMAT_BRACKETS, PATTERN_CHAR| Constructor and Description |
|---|
RangePatternDefinedSupplier(java.lang.String pattern) |
RangePatternDefinedSupplier(java.lang.String pattern,
SupplierFactory<java.lang.String,? extends BatchSupplier<java.lang.String>> supplierFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
assembleOutputString(java.lang.StringBuilder result)
Assemble output string with 'segments' and 'inputs'
|
static int |
countPatternSymbols(java.lang.String pattern) |
protected void |
initialize()
see the description of the parent class (SimpleFormattingGenerator)
|
java.lang.String |
toString()
This method can be used for debug
|
close, format, get, get, getParameter, getPattern, getSupplierFactory, getSuppliers, initParameter, isParameterPresented, reset, setSuppliers, skippublic RangePatternDefinedSupplier(java.lang.String pattern)
throws OmgShootMyFootException
OmgShootMyFootExceptionpublic RangePatternDefinedSupplier(java.lang.String pattern,
SupplierFactory<java.lang.String,? extends BatchSupplier<java.lang.String>> supplierFactory)
throws OmgShootMyFootException
OmgShootMyFootExceptionprotected final void initialize()
throws OmgShootMyFootException
initialize in class BasicPatternDefinedSupplierOmgShootMyFootExceptionpublic static int countPatternSymbols(java.lang.String pattern)
pattern - - input pattern stringpublic java.lang.String toString()
toString in class java.lang.Objectprotected final java.lang.String assembleOutputString(java.lang.StringBuilder result)
assembleOutputString in class BasicPatternDefinedSupplierresult - see the description of the parent class (SimpleFormattingGenerator)