| Interface | Description |
|---|---|
| Transform |
An interface that any user class must implement if it wishes to be plugged in at the "transform" tag of a pipeline
configuration file.
|
| Class | Description |
|---|---|
| CaseTransform |
An implementation of the Transform interface which converts all
input text to either upper or lower case.
|
| CompoundTransform |
An implementation of the Transform interface which is configured with
a sequence of "subtransforms", and applies them one by one to the input
data.
|
| Pipeline |
This is the "main" class for this example.
|
| SubstituteTransform |
An implementation of the Transform interface which replaces all occurrences
of a specified string with a different string.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.