java.io.Serializablepublic class CSV extends AbstractOutputFormat
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CLASS |
|
static java.lang.String |
LOCATION |
|
static java.lang.String |
VERSION |
| Constructor | Description |
|---|---|
CSV() |
| 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 LOCATION
public static final java.lang.String CLASS
public static final java.lang.String VERSION
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.