Class AbstractReport
- java.lang.Object
-
- org.apache.jackrabbit.webdav.version.report.AbstractReport
-
- All Implemented Interfaces:
Report,XmlSerializable
- Direct Known Subclasses:
AbstractJcrReport,AbstractSecurityReport,CompareBaselineReport,ExpandPropertyReport,LatestActivityVersionReport,LocateByHistoryReport,SearchablePropertyReport,VersionTreeReport
public abstract class AbstractReport extends Object implements Report
AbstractReport.
-
-
Constructor Summary
Constructors Constructor Description AbstractReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringnormalizeResourceHref(String href)Normalize the resourcehref.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.webdav.version.report.Report
getType, init, isMultiStatusReport
-
Methods inherited from interface org.apache.jackrabbit.webdav.xml.XmlSerializable
toXml
-
-