Package org.gephi.io.importer.api
Class FileType
- java.lang.Object
-
- org.gephi.io.importer.api.FileType
-
public final class FileType extends Object
File type definition.A simple class which contains a name and extension for a file type.
- Author:
- Mathieu Bastian
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtension()String[]getExtensions()StringgetName()
-