View Source API Reference reactor_file v0.9.0

Modules

An extension which provides steps for working with the local filesystem within Reactor.

A chgrp DSL entity for the Reactor.File DSL extension.

A chown DSL entity for the Reactor.File DSL extension.

A chown DSL entity for the Reactor.File DSL extension.

A file_cp DSL entity for the Reactor.File DSL extension.

A glob DSL entity for the Reactor.File DSL extension.

A mkdir DSL entity for the Reactor.File DSL extension.

A mkdir_p DSL entity for the Reactor.File DSL extension.

A rmdir DSL entity for the Reactor.File DSL extension.

A stat DSL entity for the Reactor.File DSL extension.

This exception is returned when a POSIX file error is returned by the standard library.

A Reactor middleware which provides a temporary storage space for files during undo operations.

This exception is returned when a step wishes to temporarily store files but the Reactor.File.Middleware middleware has not been added to the reactor.

This exception is returned when a step would otherwise overwritten data without permission.

The result of a chgrp step.

The result of a chmod step.

The result of a chown step.

A step which copies a file.

The result of a file copying operation.

The result of a mkdir step.

The result of a rmdir step.

A step which calls File.stat/2.