Transformation that includes only rules matching specified patterns.
new
IncludeTransformation(logger?: ILogger)
Creates a new IncludeTransformation
includeWithWildcards(rules: string[],wildcards: Wildcard[],): string[]
Static method for direct inclusion with pre-prepared wildcards.
readonly
name: string
Human-readable name of the transformation
readonly
type: TransformationType
The transformation type identifier
private
readonly
filterService: FilterService
execute(rules: string[],context?: ITransformationContext,): Promise<string[]>
Includes only rules matching specified patterns.