|
||||||||||
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 can generate META-INF/sisu
index files.
Constructor Summary | |
---|---|
AbstractSisuIndex()
|
Method Summary | |
---|---|
protected void |
addClassToIndex(java.lang.Object anno,
java.lang.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 java.io.Reader |
getReader(java.lang.String path)
Creates a new reader for the given input path. |
protected abstract java.io.Writer |
getWriter(java.lang.String path)
Creates a new writer for the given output path. |
protected abstract void |
info(java.lang.String message)
Reports an informational message. |
protected abstract void |
warn(java.lang.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(java.lang.Object anno, java.lang.Object clazz)
anno
- The annotation nameclazz
- The class nameprotected final void flushIndex()
protected abstract void info(java.lang.String message)
message
- The messageprotected abstract void warn(java.lang.String message)
message
- The messageprotected abstract java.io.Reader getReader(java.lang.String path) throws java.io.IOException
path
- The input path
java.io.IOException
protected abstract java.io.Writer getWriter(java.lang.String path) throws java.io.IOException
path
- The output path
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |