public class OneNoteTreeWalkerOptions extends Object implements Serializable
Constructor and Description |
---|
OneNoteTreeWalkerOptions() |
Modifier and Type | Method and Description |
---|---|
Set<OneNotePropertyEnum> |
getUtf16PropertiesToPrint()
Print file node data in UTF-16 format when they match these props.
|
boolean |
isCrawlAllFileNodesFromRoot()
Do this to ignore revisions and just parse all file nodes from the root recursively.
|
boolean |
isOnlyLatestRevision()
Only parse the latest revision.
|
OneNoteTreeWalkerOptions |
setCrawlAllFileNodesFromRoot(boolean crawlAllFileNodesFromRoot)
Do this to ignore revisions and just parse all file nodes from the root recursively.
|
OneNoteTreeWalkerOptions |
setOnlyLatestRevision(boolean onlyLatestRevision)
Only parse the latest revision.
|
OneNoteTreeWalkerOptions |
setUtf16PropertiesToPrint(Set<OneNotePropertyEnum> utf16PropertiesToPrint)
Print file node data in UTF-16 format when they match these props.
|
public boolean isCrawlAllFileNodesFromRoot()
public OneNoteTreeWalkerOptions setCrawlAllFileNodesFromRoot(boolean crawlAllFileNodesFromRoot)
crawlAllFileNodesFromRoot
- public boolean isOnlyLatestRevision()
public OneNoteTreeWalkerOptions setOnlyLatestRevision(boolean onlyLatestRevision)
onlyLatestRevision
- public Set<OneNotePropertyEnum> getUtf16PropertiesToPrint()
public OneNoteTreeWalkerOptions setUtf16PropertiesToPrint(Set<OneNotePropertyEnum> utf16PropertiesToPrint)
utf16PropertiesToPrint
- The set of UTF properties you want to print UTF-16 for.
Defaults are usually ok here.Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.