sonification.dataimport.visbards_resourcetoolkit.repository.resource
Class ResourceReaderFactory
java.lang.Object
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ResourceReaderFactory
public class ResourceReaderFactory
- extends java.lang.Object
Manufactures ResourceReader according to the resource type.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceReaderFactory
public ResourceReaderFactory()
getInstance
public static ResourceReaderFactory getInstance()
createCombinedResourceReader
public ResourceReader createCombinedResourceReader(ResourceInfo info)
throws SonificationException
- Throws:
SonificationException
createResourceReader
public ResourceReader createResourceReader(java.io.File file,
ResourceInfo info)
throws SonificationException
- Throws:
SonificationException
createMultifileResourceReader
public ResourceReader createMultifileResourceReader(java.io.File[] files,
ResourceInfo info,
ProgressReporter prg)
throws SonificationException
- Throws:
SonificationException