Package org.alfresco.repo.virtual.ref
Class HashStoreConfiguration
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.HashStoreConfiguration
-
public class HashStoreConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHashStoreConfiguration.HashStoreConfigurationBean
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashStoregetClasspathHashStore()static HashStoreConfigurationgetInstance()HashStoregetStoreIdStore()HashStoregetStoreProtocolStore()
-
-
-
Method Detail
-
getInstance
public static HashStoreConfiguration getInstance()
-
getClasspathHashStore
public HashStore getClasspathHashStore()
-
getStoreIdStore
public HashStore getStoreIdStore()
-
getStoreProtocolStore
public HashStore getStoreProtocolStore()
-
-