Package me.insidezhou.southernquiet
Class FrameworkAutoConfiguration.KeyValueStoreProperties
- java.lang.Object
-
- me.insidezhou.southernquiet.FrameworkAutoConfiguration.KeyValueStoreProperties
-
- Enclosing class:
- FrameworkAutoConfiguration
public static class FrameworkAutoConfiguration.KeyValueStoreProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFrameworkAutoConfiguration.KeyValueStoreProperties.FileSystem
-
Constructor Summary
Constructors Constructor Description KeyValueStoreProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameworkAutoConfiguration.KeyValueStoreProperties.FileSystemgetFileSystem()booleanisEnable()voidsetEnable(boolean enable)voidsetFileSystem(FrameworkAutoConfiguration.KeyValueStoreProperties.FileSystem fileSystem)
-
-
-
Method Detail
-
isEnable
public boolean isEnable()
-
setEnable
public void setEnable(boolean enable)
-
getFileSystem
public FrameworkAutoConfiguration.KeyValueStoreProperties.FileSystem getFileSystem()
-
setFileSystem
public void setFileSystem(FrameworkAutoConfiguration.KeyValueStoreProperties.FileSystem fileSystem)
-
-