|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.guice.bean.scanners.index.AbstractSisuIndex
public abstract class AbstractSisuIndex
Skeleton class that generates a qualified class index.
| Constructor Summary | |
|---|---|
AbstractSisuIndex()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSisuIndex()
| Method Detail |
|---|
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 message
protected abstract Reader getReader(String path)
throws IOException
path - The input path
IOException
protected abstract Writer getWriter(String path)
throws IOException
path - The output path
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||