Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.digester3.examples.plugins.pipeline Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
CaseTransformAn implementation of the Transform interface which converts all input text to either upper or lower case.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
CompoundTransformAn implementation of the Transform interface which is configured with a sequence of subtransforms, and applies them one by one to the inputClassorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
PipelineThis is the main class for this example.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
SubstituteTransformAn implementation of the Transform interface which replaces all occurrences of a specified string with a different string.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
TransformAn interface that any user class must implement if it wishes to be plugged in at the transform tag of a pipeline configuration file.Interfaceorg.apache.commons.digester3.examples.plugins.pipelineApache Commons