Uses of Class
org.corpus_tools.graphannis.CorpusStorageManager.ImportFormat
-
Packages that use CorpusStorageManager.ImportFormat Package Description org.corpus_tools.graphannis -
-
Uses of CorpusStorageManager.ImportFormat in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return CorpusStorageManager.ImportFormat Modifier and Type Method Description static CorpusStorageManager.ImportFormatCorpusStorageManager.ImportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CorpusStorageManager.ImportFormat[]CorpusStorageManager.ImportFormat. 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.ImportFormat Modifier and Type Method Description voidCorpusStorageManager. importFromFileSystem(String path, CorpusStorageManager.ImportFormat format, String corpusName, boolean diskBased)Import a corpus from an external location on the file system into this corpus storage.voidCorpusStorageManager. importFromFileSystem(String path, CorpusStorageManager.ImportFormat format, String corpusName, boolean diskBased, boolean overwriteExisting)Import a corpus from an external location on the file system into this corpus storage.
-