Class ExportDocViewToFile
- java.lang.Object
- 
- org.apache.jackrabbit.standalone.cli.xml.AbstractExportViewToFile
- 
- org.apache.jackrabbit.standalone.cli.xml.ExportDocViewToFile
 
 
- 
- All Implemented Interfaces:
- org.apache.commons.chain.Command
 
 public class ExportDocViewToFile extends AbstractExportViewToFile Serialize theNodeto the given file using the Document View Format
- 
- 
Field Summary- 
Fields inherited from class org.apache.jackrabbit.standalone.cli.xml.AbstractExportViewToFiledesFsPathKey, noRecurseKey, overwriteKey, skipBinaryKey, srcAbsPathKey
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExportDocViewToFile()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexportView(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.AbstractExportViewToFileexecute, getDesFsPathKey, getNoRecurseKey, getOutputStream, getOverwriteKey, getSkipBinaryKey, getSrcAbsPathKey, setDesFsPathKey, setNoRecurseKey, setOverwriteKey, setSkipBinaryKey, setSrcAbsPathKey
 
- 
 
- 
- 
- 
Method Detail- 
exportViewprotected void exportView(Node node, OutputStream out, boolean skipBinary, boolean noRecurse) throws PathNotFoundException, IOException, RepositoryException Export the view to the given OutputStream- Specified by:
- exportViewin class- AbstractExportViewToFile
- Parameters:
- node- the- Node
- out- the- OutputStream
- Throws:
- PathNotFoundException
- IOException
- RepositoryException
 
 
- 
 
-