|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.export.AbstractExporter
public abstract class AbstractExporter
The base class for graph exporter.
Field Summary | |
---|---|
protected static String |
ERROR_MESSAGE_EXPORT_FAILED
the message for a failed export. |
Constructor Summary | |
---|---|
AbstractExporter()
|
Method Summary | ||
---|---|---|
|
addOption(ExporterOption<T> option)
Adds an option to the exporter. |
|
abstract String |
getDefaultExtension()
Returns the default file extension for this exporter. |
|
abstract String[] |
getExtensions()
Returns the exporters supported file extensions. |
|
abstract String |
getName()
Returns the name of the file format the exporter is exporting to. |
|
List<ExporterOption<?>> |
getOptions()
Returns the options that are available for this exporter. |
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.kiml.export.IExporter |
---|
doExport |
Field Detail |
---|
protected static final String ERROR_MESSAGE_EXPORT_FAILED
Constructor Detail |
---|
public AbstractExporter()
Method Detail |
---|
public abstract String getName()
public abstract String getDefaultExtension()
public abstract String[] getExtensions()
public List<ExporterOption<?>> getOptions()
public <T> void addOption(ExporterOption<T> option)
T
- the option value typeoption
- the optionpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |