Class ExportSysViewToFile
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.xml.AbstractExportViewToFile
-
- org.apache.jackrabbit.standalone.cli.xml.ExportSysViewToFile
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class ExportSysViewToFile extends AbstractExportViewToFile
Serialize theNode
to the given file using the System View Format
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.xml.AbstractExportViewToFile
desFsPathKey, noRecurseKey, overwriteKey, skipBinaryKey, srcAbsPathKey
-
-
Constructor Summary
Constructors Constructor Description ExportSysViewToFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
exportView(Node node, OutputStream out, boolean skipBinary, boolean noRecurse)
Export the view to the given OutputStream-
Methods inherited from class org.apache.jackrabbit.standalone.cli.xml.AbstractExportViewToFile
execute, getDesFsPathKey, getNoRecurseKey, getOutputStream, getOverwriteKey, getSkipBinaryKey, getSrcAbsPathKey, setDesFsPathKey, setNoRecurseKey, setOverwriteKey, setSkipBinaryKey, setSrcAbsPathKey
-
-
-
-
Method Detail
-
exportView
protected void exportView(Node node, OutputStream out, boolean skipBinary, boolean noRecurse) throws PathNotFoundException, IOException, RepositoryException
Export the view to the given OutputStream- Specified by:
exportView
in classAbstractExportViewToFile
- Parameters:
node
- theNode
out
- theOutputStream
- Throws:
PathNotFoundException
IOException
RepositoryException
-
-