File2Pipe: Class to obtain the source of an instance

Description Usage Arguments Format Details Inherit Methods See Also

Description

The method of obtaining source is called which implement the subclasses of the superclass Instance.

Usage

1
2
3
File2Pipe$new(propertyName = "source",
              alwaysBeforeDeps = list("TargetAssigningPipe"),
              notAfterDeps = list())

Arguments

propertyName

(character) Name of the property associated with the pipe.

alwaysBeforeDeps

(list) The dependences alwaysBefore (pipes that must be executed before this one).

notAfterDeps

(list) The dependences notAfter (pipes that cannot be executed after this one).

Format

An object of class R6ClassGenerator of length 24.

Details

In the case that the source obtained is empty or is not utf-8, the instance is invalidated.

Inherit

This class inherits from PipeGeneric and implements the pipe abstract function.

Methods

See Also

PipeGeneric, Instance


miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.