public abstract class AbstractSisuIndex extends Object
| Constructor and Description |
|---|
AbstractSisuIndex() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addClassToIndex(Object anno,
Object clazz)
Adds a new annotated class entry to the index.
|
protected void |
flushIndex()
Writes the current index as a series of tables.
|
protected abstract Reader |
getReader(String path)
Creates a new reader for the given input path.
|
protected abstract Writer |
getWriter(String path)
Creates a new writer for the given output path.
|
protected abstract void |
info(String message)
Reports an informational message.
|
protected abstract void |
warn(String message)
Reports a warning message.
|
protected final void addClassToIndex(Object anno, Object clazz)
anno - The annotation nameclazz - The class nameprotected final void flushIndex()
protected abstract void info(String message)
message - The messageprotected abstract void warn(String message)
message - The messageprotected abstract Reader getReader(String path) throws IOException
path - The input pathIOExceptionprotected abstract Writer getWriter(String path) throws IOException
path - The output pathIOExceptionCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.