public static final class CndExporter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CndExporter |
build() |
CndExporter.Builder |
withIncludeBuiltins(boolean includeBuiltins)
Determines whether to included Oak and JCR builtin nodetypes in the output.
|
CndExporter.Builder |
withScopeExportNames(List<Rule> scopeExportNames)
Define scope for export of desired nodetypes.
|
CndExporter.Builder |
withScopeReplaceNames(List<Rule> scopeReplaceNames)
Define scope for replacement of existing nodetypes in input file.
|
public CndExporter.Builder withScopeExportNames(List<Rule> scopeExportNames)
scopeExportNames
- list of rules matched against node type JCR names (prefix:name).public CndExporter.Builder withScopeReplaceNames(List<Rule> scopeReplaceNames)
scopeReplaceNames
- list of rules matched against node type JCR names (prefix:name).public CndExporter.Builder withIncludeBuiltins(boolean includeBuiltins)
includeBuiltins
- false to exclude builtin nodetypes from the output (even when specified in onlyNames)public CndExporter build()
Copyright © 2017–2020. All rights reserved.