java.io.Serializablepublic class Summary extends AbstractOutputFormat
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
COUNT |
|
static java.lang.String |
VERSION |
| Constructor | Description |
|---|---|
Summary() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
generate(java.util.List<Info> classes,
java.io.Writer output) |
Outputs the class information using the specified writer.
|
public static final java.lang.String VERSION
public static final java.lang.String COUNT
public void generate(java.util.List<Info> classes, java.io.Writer output) throws java.io.IOException
generate in class AbstractOutputFormatclasses - the info to outputoutput - where to write it tojava.io.IOException - if writing failsCopyright © 2019. All Rights Reserved.