Class StorageFormatCleaner.Result
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.StorageFormatCleaner.Result
-
- Enclosing interface:
- StorageFormatCleaner
public static class StorageFormatCleaner.Result extends Object
The complete results of a clean up operation.
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAppliedRuleDescription(StorageFormatCleaner.AppliedRuleDescription description)
List<StorageFormatCleaner.AppliedRuleDescription>
getAppliedRuleDescriptions()
String
getCleanedData()
void
setCleanedData(String data)
-
-
-
Method Detail
-
setCleanedData
public void setCleanedData(String data)
-
addAppliedRuleDescription
public void addAppliedRuleDescription(StorageFormatCleaner.AppliedRuleDescription description)
-
getAppliedRuleDescriptions
public List<StorageFormatCleaner.AppliedRuleDescription> getAppliedRuleDescriptions()
-
getCleanedData
public String getCleanedData()
- Returns:
- the cleaned version of the data supplied to the cleanup method.
-
-