abstract class IndexerBase extends java.lang.Object
AbstractIndexer is an abstract class that implements the Indexer interface. AbstractIndexer implements shared properites and methods called by the extending classes. AbstractIndexer is extended by CarouselIndexer and ParallelIndexer.
| Modifiers | Name | Description |
|---|---|---|
protected static org.slf4j.Logger |
logger_ |
|
protected VisualTestingLogger |
vtLogger_ |
| Type | Name and description |
|---|---|
java.nio.file.Path |
output |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected RepositoryVisitor |
createRepositoryVisitorGeneratingHtmlDivs(RepositoryRoot repoRoot, groovy.xml.MarkupBuilder mb)This method must be overridden by child classes |
|
void |
execute() |
|
java.nio.file.Path |
getOutput() |
|
void |
setBaseDir(java.nio.file.Path baseDir) |
|
void |
setOutput(java.nio.file.Path output) |
|
void |
setReportsDir(java.nio.file.Path reportsDir) |
|
void |
setVisualTestingLogger(VisualTestingLogger vtLogger) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
This method must be overridden by child classes