public final class SisuIndex extends AbstractSisuIndex implements QualifiedTypeListener
| Modifier and Type | Method and Description |
|---|---|
protected Reader |
getReader(String path)
Creates a new reader for the given input path.
|
protected Writer |
getWriter(String path)
Creates a new writer for the given output path.
|
void |
hear(Annotation qualifier,
Class<?> qualifiedType,
Object source)
Invoked when the
QualifiedTypeVisitor finds a qualified type. |
void |
index(ClassSpace space) |
protected void |
info(String message)
Reports an informational message.
|
static void |
main(String[] args) |
protected void |
warn(String message)
Reports a warning message.
|
addClassToIndex, flushIndexpublic static final String NAMED
public SisuIndex(File targetDirectory)
public static void main(String[] args)
public void index(ClassSpace space)
public void hear(Annotation qualifier, Class<?> qualifiedType, Object source)
QualifiedTypeListenerQualifiedTypeVisitor finds a qualified type.hear in interface QualifiedTypeListenerqualifier - The qualifier (unused)qualifiedType - The qualified typesource - The source of this typeBinder.withSource(Object)protected void info(String message)
AbstractSisuIndexinfo in class AbstractSisuIndexmessage - The messageprotected void warn(String message)
AbstractSisuIndexwarn in class AbstractSisuIndexmessage - The messageprotected Reader getReader(String path) throws IOException
AbstractSisuIndexgetReader in class AbstractSisuIndexpath - The input pathIOExceptionprotected Writer getWriter(String path) throws IOException
AbstractSisuIndexgetWriter in class AbstractSisuIndexpath - The output pathIOExceptionCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.