| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.SisuIndex |
Command-line utility that generates a qualified class index for a space-separated list of JARs.
The index consists of qualified class names listed in META-INF/sisu/javax.inject.Named.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invoked when the
QualifiedTypeVisitor finds a qualified type. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new annotated class entry to the index.
| |||||||||||
Writes the current index as a series of tables.
| |||||||||||
Creates a new reader for the given input path.
| |||||||||||
Creates a new writer for the given output path.
| |||||||||||
Reports an informational message.
| |||||||||||
Reports a warning message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.eclipse.sisu.space.QualifiedTypeListener
| |||||||||||
Invoked when the QualifiedTypeVisitor finds a qualified type.
| qualifiedType | The qualified type |
|---|---|
| source | The source of this type |
Adds a new annotated class entry to the index.
| anno | The annotation name |
|---|---|
| clazz | The class name |
Writes the current index as a series of tables.
Creates a new reader for the given input path.
| path | The input path |
|---|
| IOException |
|---|
Creates a new writer for the given output path.
| path | The output path |
|---|
| IOException |
|---|
Reports an informational message.
| message | The message |
|---|