org.benow.repository.io
Class RepositoryIO

java.lang.Object
  extended by org.benow.repository.io.RepositoryIO

public class RepositoryIO
extends java.lang.Object


Nested Class Summary
static class RepositoryIO.ExporterInfo
           
 
Constructor Summary
RepositoryIO()
           
 
Method Summary
static Exporter createExporter(ObjectRepository repo, java.lang.String dest)
           
static Exporter createExporter(java.lang.String dest)
           
static Exporter createExporter(java.lang.String type, ObjectRepository repo, java.lang.String dest)
           
static java.util.List<RepositoryIO.ExporterInfo> getExporters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryIO

public RepositoryIO()
Method Detail

getExporters

public static java.util.List<RepositoryIO.ExporterInfo> getExporters()

createExporter

public static Exporter createExporter(java.lang.String type,
                                      ObjectRepository repo,
                                      java.lang.String dest)

createExporter

public static Exporter createExporter(java.lang.String dest)
                               throws NoSuchObjectException
Throws:
NoSuchObjectException

createExporter

public static Exporter createExporter(ObjectRepository repo,
                                      java.lang.String dest)