ResourceHandler: Class to manage differents types of resources

Description Usage Arguments Format Details Methods Private fields

Description

Class to manage different types of resources.

Usage

1
2
3
ResourceHandler$new(propertyName,
                alwaysBeforeDeps,
                notAfterDeps)

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

It is a class that allows you to store the resources that are needed in the pipes to avoid having to repeatedly read from the file. File resources of type json are read and stored in memory.

Methods

Private fields


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