public static final class ExportNodesParams.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ExportNodesParams |
build() |
ExportNodesParams.Builder |
dryRun(boolean dryRun) |
ExportNodesParams.Builder |
includeNodeIds(boolean includeNodeIds) |
ExportNodesParams.Builder |
includeVersions(boolean includeVersions) |
ExportNodesParams.Builder |
nodeExportListener(NodeExportListener nodeExportListener) |
ExportNodesParams.Builder |
rootDirectory(java.lang.String rootDirectory) |
ExportNodesParams.Builder |
sourceNodePath(NodePath sourceNodePath) |
ExportNodesParams.Builder |
targetDirectory(java.lang.String targetDirectory) |
public ExportNodesParams.Builder rootDirectory(java.lang.String rootDirectory)
public ExportNodesParams.Builder targetDirectory(java.lang.String targetDirectory)
public ExportNodesParams.Builder sourceNodePath(NodePath sourceNodePath)
public ExportNodesParams.Builder dryRun(boolean dryRun)
public ExportNodesParams.Builder includeNodeIds(boolean includeNodeIds)
public ExportNodesParams.Builder includeVersions(boolean includeVersions)
public ExportNodesParams.Builder nodeExportListener(NodeExportListener nodeExportListener)
public ExportNodesParams build()