Méthode | Description | |
---|---|---|
Load ( string source ) : Suite |
Loads a suite model from the given source It is guaranteed that this method will only be called if IModelLoader.Supports return
|
|
LocalYamlModelLoader ( ISuiteFactory suiteFactory, IEnumerable |
Creates the model loader
|
|
Supports ( string source ) : bool |
Returns true if the loader can load suite model from the given source
|
public Load ( string source ) : Suite | ||
source | string | Source, can mean anything (file names, urls, markup, etc.) |
Résultat | Suite |
public LocalYamlModelLoader ( ISuiteFactory suiteFactory, IEnumerable |
||
suiteFactory | ISuiteFactory | Factory interface to create new suite instances |
parametersLoaders | IEnumerable |
Parameter loader implementations |
output | IUserOutput | Output interface to issue warnings |
pluginLoader | IPluginLoader | Plugin loader interface |
environmentVariableContext | IEnvironmentVariableContext | Environment variable context |
suiteValidator | ISuiteValidator | Suite validator interface |
Résultat | System.Collections.Generic |
public Supports ( string source ) : bool | ||
source | string | Source, can mean anything (file names, urls, markup, etc.) |
Résultat | bool |