IngestionStrategyFactory

gitinsp.infrastructure.strategies.IngestionStrategyFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def createStrategy(strategyType: String, lang: Language, config: Config): IngestionStrategy

Creates an ingestion strategy based on the specified parameters

Creates an ingestion strategy based on the specified parameters

Value parameters

config

Configuration containing strategy parameters

language

The programming language the strategy will process

name

The name/type of strategy to create

Attributes

Returns

An IngestionStrategy configured for the specified language and settings