org.apache.jackrabbit.command.xml
Class ExportDocViewToFile
java.lang.Object
org.apache.jackrabbit.command.xml.AbstractExportViewToFile
org.apache.jackrabbit.command.xml.ExportDocViewToFile
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- public class ExportDocViewToFile
- extends AbstractExportViewToFile
Serialize the Node
to the given file using the Document View
Format
Method Summary |
protected void |
exportView(javax.jcr.Node node,
OutputStream out,
boolean skipBinary,
boolean noRecurse)
Export the view to the given OutputStream |
Methods inherited from class org.apache.jackrabbit.command.xml.AbstractExportViewToFile |
execute, getDesFsPathKey, getNoRecurseKey, getOutputStream, getOverwriteKey, getSkipBinaryKey, getSrcAbsPathKey, setDesFsPathKey, setNoRecurseKey, setOverwriteKey, setSkipBinaryKey, setSrcAbsPathKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportDocViewToFile
public ExportDocViewToFile()
exportView
protected void exportView(javax.jcr.Node node,
OutputStream out,
boolean skipBinary,
boolean noRecurse)
throws javax.jcr.PathNotFoundException,
IOException,
javax.jcr.RepositoryException
- Export the view to the given OutputStream
- Specified by:
exportView
in class AbstractExportViewToFile
- Parameters:
node
- the Node
out
- the OutputStream
skipBinary
- noRecurse
-
- Throws:
javax.jcr.RepositoryException
javax.jcr.PathNotFoundException
IOException
Copyright © 2005 . All Rights Reserved.