erland.util
Class JarFileStorageFactory

java.lang.Object
  extended by erland.util.JarFileStorageFactory
All Implemented Interfaces:
StorageFactoryInterface

public class JarFileStorageFactory
extends Object
implements StorageFactoryInterface

A factory that creates new StorageInterface objects


Constructor Summary
JarFileStorageFactory()
           
 
Method Summary
 StorageInterface create(String storageReference)
          Create a new storage with the specified storage refernce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileStorageFactory

public JarFileStorageFactory()
Method Detail

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.