org.xiruss.repository.api
Interface StorageManagerConfiguration

All Known Implementing Classes:
DefaultFileStorageManagerConfiguration

public interface StorageManagerConfiguration

Defines the interface for classes that serve to configure the behavior of storage managers.


Method Summary
 java.lang.Class getStorageObjectClassForFile(java.io.File inFile)
           
 

Method Detail

getStorageObjectClassForFile

java.lang.Class getStorageObjectClassForFile(java.io.File inFile)