| Package | Description |
|---|---|
| com.tagtraum.perf.gcviewer | |
| com.tagtraum.perf.gcviewer.ctrl.action | |
| com.tagtraum.perf.gcviewer.exp | |
| com.tagtraum.perf.gcviewer.exp.impl |
| Modifier and Type | Method and Description |
|---|---|
DataWriterType |
GCViewerArgsParser.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Export.exportFile(GCModel model,
File file,
String extension,
DataWriterType dataWriterType) |
| Modifier and Type | Method and Description |
|---|---|
static DataWriterType |
DataWriterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataWriterType[] |
DataWriterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DataWriter |
DataWriterFactory.getDataWriter(File file,
DataWriterType type)
Standard factory method to retrieve one of the
DataWriter implementations. |
static DataWriter |
DataWriterFactory.getDataWriter(File file,
DataWriterType type,
Map<String,Object> configuration)
Factory method to retrieve one of the
DataWriter implementations including
the option to add a map of configuration objects. |
Copyright © 2019. All rights reserved.