Class Overview
Command-line utility that generates a qualified class index for a space-separated list of JARs.
Fields
public
static
final
String
NAMED
Public Constructors
public
SisuIndex
(File targetDirectory)
Public Methods
public
void
hear
(Annotation qualifier, Class<?> qualifiedType, Object source)
Parameters
| qualifier
| The qualifier (unused) |
| qualifiedType
| The qualified type |
| source
| The source of this type |
Protected Methods
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.
protected
void
info
(String message)
Reports an informational message.
protected
void
warn
(String message)
Reports a warning message.