erland.util
Interface StorageFactoryInterface

All Known Implementing Classes:
JarFileStorageFactory

public interface StorageFactoryInterface

Defines an interface for a factory that creates new StorageInterface objects


Method Summary
 StorageInterface create(String storageReference)
          Create a new storage with the specified storage refernce
 

Method Detail

create

StorageInterface create(String storageReference)
Create a new storage with the specified storage refernce

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.