Interface AbstractOaisFactory<T>
- All Known Implementing Classes:
InformationObjectFactory
,InformationPackageFactory
public interface AbstractOaisFactory<T>
Interface for an Abstract Factory used in this OAIS implementation.
For example one could implement this interface to create InformationObjects or InformationPackages.
For example one could implement this interface to create InformationObjects or InformationPackages.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
-
Method Summary
-
Method Details
-
create
Create the object requested.- Parameters:
infoType
- String indicating what type of object to create.- Returns:
- The object of type T requested.
-