12 references to IGlobalRunSpec
Microsoft.TemplateEngine.Core (10)
Util\Orchestrator.cs (10)
26IGlobalRunSpec spec; 44IGlobalRunSpec spec; 60public void Run(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir) 65public IReadOnlyList<IFileChange2> GetFileChanges(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir) 70protected virtual IGlobalRunSpec RunSpecLoader(Stream runSpec) 87private static List<KeyValuePair<IPathMatcher, IProcessor>> CreateFileGlobProcessors(ILogger logger, IGlobalRunSpec spec) 106private static string CreateTargetDir(IPhysicalFileSystem fileSystem, string sourceRel, string targetDir, IGlobalRunSpec spec) 120private IReadOnlyList<IFileChange2> GetFileChangesInternal(IDirectory sourceDir, string targetDir, IGlobalRunSpec spec) 187private void RunInternal(IDirectory sourceDir, string targetDir, IGlobalRunSpec spec) 253private void ProcessFile(IFile sourceFile, string sourceRel, string targetDir, IGlobalRunSpec spec, IProcessor fallback, IEnumerable<KeyValuePair<IPathMatcher, IProcessor>> fileGlobProcessors)
Microsoft.TemplateEngine.Core.Contracts (2)
IOrchestrator.cs (2)
13void Run(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir); 17IReadOnlyList<IFileChange2> GetFileChanges(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir);