| Package | Description |
|---|---|
| scriptella.text |
Classes for formatting and parsing text.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyFormat |
PropertyFormatInfo.getDefaultFormat() |
PropertyFormat |
PropertyFormatInfo.getPropertyFormat(java.lang.String propertyName)
Returns format for a specified property.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
PropertyFormatInfo.setProperty(PropertyFormat f,
java.lang.String columnPropName,
java.lang.String key,
TypedPropertiesSource ps) |
| Constructor and Description |
|---|
PropertyFormatInfo(java.util.Map<java.lang.String,PropertyFormat> formatMap,
PropertyFormat defaultFormat)
Create an instance using a map of columns formats and a default format to use for undeclared columns.
|
| Constructor and Description |
|---|
PropertyFormatInfo(java.util.Map<java.lang.String,PropertyFormat> formatMap) |
PropertyFormatInfo(java.util.Map<java.lang.String,PropertyFormat> formatMap,
PropertyFormat defaultFormat)
Create an instance using a map of columns formats and a default format to use for undeclared columns.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.