ClassIndexWriter
Class
Writes a list for a package index page.
Extends
Object
Implements
WritableElementElementElementWriter
Modifiers
public
Constructors
new ClassIndexWriter (String, List)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
2 | List | list |
Return Type
ClassIndexWriter
Modifiers
public
Fields
classes
FieldNo description is available for this element.
Type
List
Modifiers
protected final
namespace
FieldNo description is available for this element.
Type
String
Modifiers
protected final
Methods
name ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
write (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
public
getDetails ()
MethodNo description is available for this element.
Return Type
Map
Modifiers
public
writeType (Class, OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Class | target |
2 | OutputStream | stream |
Return Type
void
Modifiers
protected
writeType (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected
writeIndices (OutputStream)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
Return Type
void
Modifiers
protected