메소드 | 설명 | |
---|---|---|
InMemoryYamlModelLoader ( ISuiteFactory suiteFactory, IEnumerable |
Creates the model loader
|
|
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
|
|
Supports ( string source ) : bool |
Returns true if the loader can load suite model from the given source
|
public InMemoryYamlModelLoader ( 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 | |
리턴 | System.Collections.Generic |
public Load ( string source ) : Suite | ||
source | string | Source, can mean anything (file names, urls, markup, etc.) |
리턴 | Suite |
public Supports ( string source ) : bool | ||
source | string | Source, can mean anything (file names, urls, markup, etc.) |
리턴 | bool |