Uses of Class
scriptella.text.PropertyFormat
Packages that use PropertyFormat
-
Uses of PropertyFormat in scriptella.text
Methods in scriptella.text that return PropertyFormatModifier and TypeMethodDescriptionPropertyFormatInfo.getDefaultFormat()PropertyFormatInfo.getPropertyFormat(String propertyName) Returns format for a specified property.Methods in scriptella.text with parameters of type PropertyFormatModifier and TypeMethodDescriptionprotected static voidPropertyFormatInfo.setProperty(PropertyFormat f, String columnPropName, String key, TypedPropertiesSource ps) Constructors in scriptella.text with parameters of type PropertyFormatModifierConstructorDescriptionPropertyFormatInfo(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 parameters in scriptella.text with type arguments of type PropertyFormatModifierConstructorDescriptionPropertyFormatInfo(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.