Uses of Interface
io.vertx.core.file.FileSystem
-
Packages that use FileSystem Package Description io.vertx.core io.vertx.core.file io.vertx.json.schema io.vertx.reactivex.core.file io.vertx.rxjava.core.file io.vertx.rxjava3.core.file -
-
Uses of FileSystem in io.vertx.core
Methods in io.vertx.core that return FileSystem Modifier and Type Method Description FileSystem
Vertx. fileSystem()
Get the filesystem object. -
Uses of FileSystem in io.vertx.core.file
-
Uses of FileSystem in io.vertx.json.schema
Methods in io.vertx.json.schema with parameters of type FileSystem Modifier and Type Method Description SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs)
Preloads the repository with the meta schemas for the related @linkDraft
version.SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version. -
Uses of FileSystem in io.vertx.reactivex.core.file
Methods in io.vertx.reactivex.core.file that return FileSystem Modifier and Type Method Description FileSystem
FileSystem. getDelegate()
Methods in io.vertx.reactivex.core.file with parameters of type FileSystem Modifier and Type Method Description static FileSystem
FileSystem. newInstance(FileSystem arg)
Constructors in io.vertx.reactivex.core.file with parameters of type FileSystem Constructor Description FileSystem(FileSystem delegate)
-
Uses of FileSystem in io.vertx.rxjava.core.file
Methods in io.vertx.rxjava.core.file that return FileSystem Modifier and Type Method Description FileSystem
FileSystem. getDelegate()
Methods in io.vertx.rxjava.core.file with parameters of type FileSystem Modifier and Type Method Description static FileSystem
FileSystem. newInstance(FileSystem arg)
Constructors in io.vertx.rxjava.core.file with parameters of type FileSystem Constructor Description FileSystem(FileSystem delegate)
-
Uses of FileSystem in io.vertx.rxjava3.core.file
Methods in io.vertx.rxjava3.core.file that return FileSystem Modifier and Type Method Description FileSystem
FileSystem. getDelegate()
Methods in io.vertx.rxjava3.core.file with parameters of type FileSystem Modifier and Type Method Description static FileSystem
FileSystem. newInstance(FileSystem arg)
Constructors in io.vertx.rxjava3.core.file with parameters of type FileSystem Constructor Description FileSystem(FileSystem delegate)
-