Class SystemViewExporter
java.lang.Object
org.apache.jackrabbit.commons.xml.Exporter
org.apache.jackrabbit.commons.xml.SystemViewExporter
System view exporter.
- Since:
- Jackrabbit JCR Commons 1.5
-
Constructor Summary
ConstructorsConstructorDescriptionSystemViewExporter(Session session, ContentHandler handler, boolean recurse, boolean binary) Creates a system view exporter. -
Method Summary
-
Constructor Details
-
SystemViewExporter
Creates a system view exporter.- Parameters:
session- current sessionhandler- SAX event handler for the exportrecurse- whether to recursively export the whole subtreebinary- whether to export binary values
-