com.xerox.bantam.util
Class StorageFactory
java.lang.Object
|
+--com.xerox.bantam.util.StorageFactory
- public class StorageFactory
- extends Object
Generates a Storage according to user-specified parameters.
- Version:
- $Revision: 1.4 $, $Date: 2000/08/10 00:42:26 $
- Author:
- Keith Edwards
|
Method Summary |
static Storage |
open()
Open an instance of the default Storage implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageFactory
protected StorageFactory()
open
public static Storage open()
throws StorageException
- Open an instance of the default Storage implementation. All necessary
parameter values are obtained from Java system properties.
Harland is presently the default implementation.