Package | Description |
---|---|
org.apache.commons.digester3.examples.plugins.pipeline |
Modifier and Type | Class and Description |
---|---|
class |
CaseTransform
An implementation of the Transform interface which converts all
input text to either upper or lower case.
|
class |
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.
|
class |
SubstituteTransform
An implementation of the Transform interface which replaces all occurrences
of a specified string with a different string.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundTransform.addTransform(Transform transform) |
void |
Pipeline.setTransform(Transform transformer) |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.