|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExporterBuilder
Factory class for building exporter instances. Declared in the system as services (i.e. singleton), the role of builders is simply the create new instances of particular exporter on demand.
To be recognized by the system, implementations must just add the following annotation:
@ServiceProvider(service=ExporterBuilder.class)
ExportController
Method Summary | |
---|---|
Exporter |
buildExporter()
Builds a new exporter instance, ready to be used. |
java.lang.String |
getName()
Returns the name of this builder |
Method Detail |
---|
Exporter buildExporter()
java.lang.String getName()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |