Package olg.csv.bean.filter.impl

Package class diagram package olg.csv.bean.filter.impl
This package provides all the implementations of string filters.

See:
          Description

Class Summary
DecorateFilter Filter which decorate the given string.
LowerCaseFilter Filter specialized in lowercase setting.
ReplaceFilter Filter which replaces all the occurrences of an regular expression in a string by a particular value.
SplitFilter Filter which extracts a substring by splitting the given string around matches of an regular expression.
TrimFilter Filter which execute String String.trim() method.
UpperCaseFilter Filter specialized in uppercase setting.
UpperCaseFirstFilter Filter specialized in uppercase setting of the first letter of a string.
 

Package olg.csv.bean.filter.impl Description

This package provides all the implementations of string filters.



Copyright © 2014. All rights reserved.