com.atlassian.confluence.content.render.xhtml
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageFormatCleaner.Result
public StorageFormatCleaner.Result()
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.
Copyright © 2003–2015 Atlassian. All rights reserved.