fun CopyOptions(atomicMove: Boolean? = null, copyAttributes: Boolean? = null, nofollowLinks: Boolean? = null, replaceExisting: Boolean? = null): CopyOptions
A function providing a DSL for building io.vertx.core.file.CopyOptions objects. |
|
fun FileSystemOptions(classPathResolvingEnabled: Boolean? = null, fileCachingEnabled: Boolean? = null): FileSystemOptions
A function providing a DSL for building io.vertx.core.file.FileSystemOptions objects. |
|
fun OpenOptions(append: Boolean? = null, create: Boolean? = null, createNew: Boolean? = null, deleteOnClose: Boolean? = null, dsync: Boolean? = null, perms: String? = null, read: Boolean? = null, sparse: Boolean? = null, sync: Boolean? = null, truncateExisting: Boolean? = null, write: Boolean? = null): OpenOptions
A function providing a DSL for building io.vertx.core.file.OpenOptions objects. |