C# (CSharp) GitSharp.Core.TreeWalk WorkingTreeIterator - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для GitSharp.Core.TreeWalk.WorkingTreeIterator, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Похожие
Related in langs
Walks a working directory tree as part of a {@link TreeWalk}. Most applications will want to use the standard implementation of this iterator, {@link FileTreeIterator}, as that does all IO through the standard java.io package. Plugins for a Java based IDE may however wish to Create their own implementations of this class to allow traversal of the IDE's project space, as well as benefit from any caching the IDE may have. FileTreeIterator