org.xiruss.repository.server.storagemanagement
Class DefaultFileStorageManagerConfiguration

java.lang.Object
  extended by org.xiruss.repository.server.storagemanagement.DefaultFileStorageManagerConfiguration
All Implemented Interfaces:
StorageManagerConfiguration

public class DefaultFileStorageManagerConfiguration
extends java.lang.Object
implements StorageManagerConfiguration

Default file storage manager configuration. Understands about XML files and some other basic file types.


Constructor Summary
DefaultFileStorageManagerConfiguration()
           
 
Method Summary
 java.lang.Class getStorageObjectClassForFile(java.io.File inFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileStorageManagerConfiguration

public DefaultFileStorageManagerConfiguration()
Method Detail

getStorageObjectClassForFile

public java.lang.Class getStorageObjectClassForFile(java.io.File inFile)
Specified by:
getStorageObjectClassForFile in interface StorageManagerConfiguration