Class FileBucketConfiguration
- java.lang.Object
-
- fr.gouv.vitam.common.storage.tapelibrary.FileBucketConfiguration
-
public class FileBucketConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileBucketConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getDataCategories()
java.lang.Boolean
getKeepForeverInCache()
FileBucketConfiguration
setDataCategories(java.util.List<java.lang.String> dataCategories)
FileBucketConfiguration
setKeepForeverInCache(java.lang.Boolean keepForeverInCache)
-
-
-
Method Detail
-
getDataCategories
public java.util.List<java.lang.String> getDataCategories()
-
setDataCategories
public FileBucketConfiguration setDataCategories(java.util.List<java.lang.String> dataCategories)
-
getKeepForeverInCache
public java.lang.Boolean getKeepForeverInCache()
-
setKeepForeverInCache
public FileBucketConfiguration setKeepForeverInCache(java.lang.Boolean keepForeverInCache)
-
-