1 implementation of IDirectory
Microsoft.TemplateEngine.Edge (1)
38 references to IDirectory
Microsoft.TemplateEngine.Abstractions (8)
Microsoft.TemplateEngine.Core (6)
Util\Orchestrator.cs (6)
24public void Run(string runSpecPath, IDirectory sourceDir, string targetDir)
42public IReadOnlyList<IFileChange2> GetFileChanges(string runSpecPath, IDirectory sourceDir, string targetDir)
60public void Run(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir)
65public IReadOnlyList<IFileChange2> GetFileChanges(IGlobalRunSpec spec, IDirectory sourceDir, string targetDir)
120private IReadOnlyList<IFileChange2> GetFileChangesInternal(IDirectory sourceDir, string targetDir, IGlobalRunSpec spec)
187private void RunInternal(IDirectory sourceDir, string targetDir, IGlobalRunSpec spec)
Microsoft.TemplateEngine.Core.Contracts (4)
Microsoft.TemplateEngine.Edge (14)
Microsoft.TemplateEngine.Utils (6)