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