public interface OcularConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSaveSnapshot() |
int |
getGlobalSimilarity() |
Path |
getResultPath() |
Path |
getSnapshotPath() |
OcularConfiguration |
globalSimilarity(int cutoff) |
void |
reset() |
OcularConfiguration |
resultPath(Path path) |
OcularConfiguration |
saveSnapshot(boolean save) |
OcularConfiguration |
snapshotPath(Path path) |
OcularConfiguration snapshotPath(Path path)
OcularConfiguration resultPath(Path path)
OcularConfiguration globalSimilarity(int cutoff)
OcularConfiguration saveSnapshot(boolean save)
Path getSnapshotPath()
Path getResultPath()
int getGlobalSimilarity()
boolean canSaveSnapshot()
void reset()
Copyright © 2019. All rights reserved.