Uses of Interface
org.ocpsoft.rewrite.transform.Transformer
-
Uses of Transformer in org.ocpsoft.rewrite.transform
Classes in org.ocpsoft.rewrite.transform that implement TransformerModifier and TypeClassDescriptionclassBase class forTransformerimplementations that operate on strings.Methods in org.ocpsoft.rewrite.transform with parameters of type TransformerModifier and TypeMethodDescriptionTransform.then(Transformer transformer) Add anotherTransformerimplementation to the transformer pipeline.static TransformTransform.with(Transformer transformer) Create aTranspositioninstance that applies the givenTransformer.