class IncludeTransformation

Transformation that includes only rules matching specified patterns.

Constructors

new
IncludeTransformation(logger?: ILogger)

Creates a new IncludeTransformation

Static Methods

includeWithWildcards(
rules: string[],
wildcards: Wildcard[],
): string[]

Static method for direct inclusion with pre-prepared wildcards.

Properties

readonly
name: string

Human-readable name of the transformation

The transformation type identifier

private
readonly
filterService: FilterService

Methods

execute(
rules: string[],
): Promise<string[]>

Includes only rules matching specified patterns.