Uses of Class
io.vertx.core.file.FileSystemOptions
Packages that use FileSystemOptions
-
Uses of FileSystemOptions in io.vertx.core
Methods in io.vertx.core that return FileSystemOptionsMethods in io.vertx.core with parameters of type FileSystemOptionsModifier and TypeMethodDescriptionVertxOptions.setFileSystemOptions(FileSystemOptions fileSystemOptions) Set the file system options -
Uses of FileSystemOptions in io.vertx.core.file
Methods in io.vertx.core.file that return FileSystemOptionsModifier and TypeMethodDescriptionFileSystemOptions.setClassPathResolvingEnabled(boolean classPathResolvingEnabled) When vert.x cannot find the file on the filesystem it tries to resolve the file from the class path when this is set totrue.FileSystemOptions.setFileCacheDir(String fileCacheDir) When vert.x reads a file that is packaged with the application it gets extracted to this directory first and subsequent reads will use the extracted file to get better IO performance.FileSystemOptions.setFileCacheDirAsExactPath(boolean fileCacheDirAsExactPath) Set totrueto use the configured file cache dir as an exact path.FileSystemOptions.setFileCachingEnabled(boolean fileCachingEnabled) Set totrueto cache files on the real file system when the filesystem performs class path resolving.Constructors in io.vertx.core.file with parameters of type FileSystemOptions -
Uses of FileSystemOptions in io.vertx.core.spi.file
Methods in io.vertx.core.spi.file with parameters of type FileSystemOptionsModifier and TypeMethodDescriptionstatic FileResolverFileResolver.fileResolver(FileSystemOptions options) Create a file resolver.