FileSystemOperations

Operations on the file system.

An instance of this type can be injected into a task, plugin or other object by annotating a public constructor or property getter method with javax.inject.Inject.

Functions

Link copied to clipboard
abstract fun copy(action: Action<out Any>): WorkResult
Copies the specified files.
Link copied to clipboard
abstract fun delete(action: Action<out Any>): WorkResult
Deletes the specified files.
Link copied to clipboard
Creates and configures directory access permissions.
Link copied to clipboard
abstract fun filePermissions(configureAction: Action<out Any>): ConfigurableFilePermissions
Creates and configures file access permissions.
Link copied to clipboard
Creates file/directory access permissions and initializes them via a Unix style numeric permissions.
abstract fun permissions(unixNumericOrSymbolic: String): ConfigurableFilePermissions
Creates file/directory access permissions and initializes them via a Unix style permission string.
Provider based version of permissions, to facilitate wiring into property chains.
Link copied to clipboard
abstract fun sync(action: Action<out Any>): WorkResult
Synchronizes the contents of a destination directory with some source directories and files.