erland.util
Class JarFileStorageFactory
java.lang.Object
erland.util.JarFileStorageFactory
- All Implemented Interfaces:
- StorageFactoryInterface
public class JarFileStorageFactory
- extends Object
- implements StorageFactoryInterface
A factory that creates new StorageInterface objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarFileStorageFactory
public JarFileStorageFactory()
create
public StorageInterface create(String storageReference)
- Description copied from interface:
StorageFactoryInterface
- Create a new storage with the specified storage refernce
- Specified by:
create
in interface StorageFactoryInterface
- Parameters:
storageReference
- Information that is used when creating the new storage object
- Returns:
- A newly created StorageInterface object
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.