FileSystemOptions

Vert.x file system base configuration, this class can be extended by provider implementations to configure those specific implementations.

package

Default

Methods

FileSystemOptions constructor

__construct( $fileSystemOptions = null) 

Arguments

$fileSystemOptions

mixed | null

isClassPathResolvingEnabled

isClassPathResolvingEnabled() : boolean

Response

boolean

isFileCachingEnabled

isFileCachingEnabled() : boolean

Response

boolean

setClassPathResolvingEnabled

setClassPathResolvingEnabled( $classPathResolvingEnabled) : $this

Arguments

$classPathResolvingEnabled

boolean

Response

$this

setFileCachingEnabled

setFileCachingEnabled( $fileCachingEnabled) : $this

Arguments

$fileCachingEnabled

boolean

Response

$this