edu.lehigh.swat.bench.ubt.api
Class RepositoryFactory

java.lang.Object
  |
  +--edu.lehigh.swat.bench.ubt.api.RepositoryFactory

public abstract class RepositoryFactory
extends java.lang.Object


Constructor Summary
RepositoryFactory()
           
 
Method Summary
abstract  Repository create()
          Creates an object representing the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryFactory

public RepositoryFactory()
Method Detail

create

public abstract Repository create()
Creates an object representing the repository.
Returns:
The created Repository object. Null on failure.