Uses of Class
org.corpus_tools.graphannis.CorpusStorageManager.ExportFormat
-
Packages that use CorpusStorageManager.ExportFormat Package Description org.corpus_tools.graphannis -
-
Uses of CorpusStorageManager.ExportFormat in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return CorpusStorageManager.ExportFormat Modifier and Type Method Description static CorpusStorageManager.ExportFormatCorpusStorageManager.ExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CorpusStorageManager.ExportFormat[]CorpusStorageManager.ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.graphannis with parameters of type CorpusStorageManager.ExportFormat Modifier and Type Method Description voidCorpusStorageManager. exportToFileSystem(String[] corpora, String path, CorpusStorageManager.ExportFormat format)Export a corpus to an external location on the file system using the given format
-