Package dev.snowdrop.vertx
Class VertxProperties.FileSystem
- java.lang.Object
-
- dev.snowdrop.vertx.VertxProperties.FileSystem
-
- Enclosing class:
- VertxProperties
public static class VertxProperties.FileSystem extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisClassPathResolvingEnabled()booleanisFileCachingEnabled()voidsetClassPathResolvingEnabled(boolean classPathResolvingEnabled)voidsetFileCachingEnabled(boolean fileCachingEnabled)
-
-
-
Method Detail
-
isClassPathResolvingEnabled
public boolean isClassPathResolvingEnabled()
-
setClassPathResolvingEnabled
public void setClassPathResolvingEnabled(boolean classPathResolvingEnabled)
-
isFileCachingEnabled
public boolean isFileCachingEnabled()
-
setFileCachingEnabled
public void setFileCachingEnabled(boolean fileCachingEnabled)
-
-