Path to destination directory
Path to source directory
Generates a unique resource path in destinationPath that can be used for a generated resource. This method does not create the file, only reserves the path.
MIME type of the resource to create
Contents of the file
returns a unique resource path that is acceptable for the specified MIME type
Creates a new output resource and generates a resource path to reference it This should be used for all generated resources, such as external stylesheets. Path will be computed by using resPath relative to destinationPath. See resolveDestinationResource for details.
MIME type of the new resource
File contents
path to resource
Computes the relative path from destinationPath to rawResPath.
Target path
returns the relative path to destinationPath.
Reads a resource of a specified type from the pipeline input. Path will be computed by using resPath relative to sourcePath. See resolveSourceResource for details.
Type of resource
Relative path to resource (source and destination)
text content of resource
Computes the relative path from sourcePath to rawResPath.
Target path
returns the relative path to sourcePath.
Gets the absolute path to a resource in destinationPath.
Raw path to resource
Real path to resource
Gets the absolute path to a resource in sourcePath.
Raw path to resource
Real path to resource
Writes a resource of a specified type to the pipeline output. This resource must map directly to a source resource, for generated output use createResource(). Path will be computed by using resPath relative to destinationPath. See resolveDestinationResource for details.
Type of resource
Relative path to resource (source and destination)
File contents as a UTF-8 string
Generated using TypeDoc
Provides file I/O support to the pipeline