Class StorageFormatCleaner.AppliedRuleDescription

  • Enclosing interface:
    StorageFormatCleaner

    public static class StorageFormatCleaner.AppliedRuleDescription
    extends Object
    A description of a rule that was applied during the cleaning of content.
    • Constructor Detail

      • AppliedRuleDescription

        public AppliedRuleDescription​(String key,
                                      List<String> parameters)
    • Method Detail

      • getParameters

        public List<String> getParameters()
        Returns:
        the parameters for the description key.
      • getKey

        public String getKey()
        Returns:
        a unique key that can be mapped to a message describing the clean up rule applied.