Class UrlEncodeMetadataService

    • Constructor Detail

      • UrlEncodeMetadataService

        public UrlEncodeMetadataService()
      • UrlEncodeMetadataService

        public UrlEncodeMetadataService​(java.lang.String metadataRegexp)
    • Method Detail

      • reformat

        public java.lang.String reformat​(java.lang.String s,
                                         java.lang.String msgCharset)
                                  throws java.lang.Exception
        Description copied from interface: MetadataReformatter
        Reformat a metadata value
        Parameters:
        s - the string to reformat
        msgCharset - the charset of the message
        Returns:
        the replacment string.
        Throws:
        java.lang.Exception