Class CleanerTransformations


  • public class CleanerTransformations
    extends java.lang.Object
    Contains transformation collection.
    • Field Detail

      • mappings

        private java.util.Map mappings
    • Constructor Detail

      • CleanerTransformations

        public CleanerTransformations()
    • Method Detail

      • addTransformation

        public void addTransformation​(TagTransformation tagTransformation)
        Adds specified tag transformation to the collection.
        Parameters:
        tagTransformation -
      • hasTransformationForTag

        public boolean hasTransformationForTag​(java.lang.String tagName)
      • getTransformation

        public TagTransformation getTransformation​(java.lang.String tagName)