| Package | Description |
|---|---|
| scriptella.text |
Classes for formatting and parsing text.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyFormat |
PropertyFormatInfo.getDefaultFormat() |
PropertyFormat |
PropertyFormatInfo.getPropertyFormat(String propertyName)
Returns format for a specified property.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
PropertyFormatInfo.setProperty(PropertyFormat f,
String columnPropName,
String key,
TypedPropertiesSource ps) |
| Constructor and Description |
|---|
PropertyFormatInfo(Map<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(Map<String,PropertyFormat> formatMap) |
PropertyFormatInfo(Map<String,PropertyFormat> formatMap,
PropertyFormat defaultFormat)
Create an instance using a map of columns formats and a default format to use for undeclared columns.
|
Copyright © 2006-2012. All Rights Reserved.