Package org.molgenis.data.vcf
Class VcfRepositoryCollection
- java.lang.Object
-
- org.molgenis.data.support.AbstractRepositoryCollection
-
- org.molgenis.data.file.support.FileRepositoryCollection
-
- org.molgenis.data.vcf.VcfRepositoryCollection
-
- All Implemented Interfaces:
Iterable<Repository<Entity>>,RepositoryCollection
public class VcfRepositoryCollection extends org.molgenis.data.file.support.FileRepositoryCollection
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from class org.molgenis.data.file.support.FileRepositoryCollection
cellProcessors
-
-
Constructor Summary
Constructors Constructor Description VcfRepositoryCollection(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<String>getEntityTypeIds()StringgetName()Repository<Entity>getRepository(String name)booleanhasRepository(String name)booleanhasRepository(EntityType entityType)voidinit()Iterator<Repository<Entity>>iterator()-
Methods inherited from class org.molgenis.data.file.support.FileRepositoryCollection
getFileNameExtensions
-
Methods inherited from class org.molgenis.data.support.AbstractRepositoryCollection
addAttribute, createRepository, deleteAttribute, deleteRepository, getCapabilities, getRepository, updateAttribute, updateRepository
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.molgenis.data.RepositoryCollection
stream
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VcfRepositoryCollection
public VcfRepositoryCollection(File file)
-
-
Method Detail
-
init
public void init()
- Specified by:
initin classorg.molgenis.data.file.support.FileRepositoryCollection
-
getRepository
public Repository<Entity> getRepository(String name)
-
getName
public String getName()
-
iterator
public Iterator<Repository<Entity>> iterator()
-
hasRepository
public boolean hasRepository(String name)
-
hasRepository
public boolean hasRepository(EntityType entityType)
-
-