Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeOptions
Packages that use WorkingTreeOptions
Package
Description
Reading and editing the directory cache (index).
Walking and comparing directory/file trees (of commits, file system).
Utility classes for IO (streams).
-
Uses of WorkingTreeOptions in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return WorkingTreeOptionsModifier and TypeMethodDescriptionCheckout.getWorkingTreeOptions()Retrieves theWorkingTreeOptionsof the repository that are used.Methods in org.eclipse.jgit.dircache with parameters of type WorkingTreeOptionsModifier and TypeMethodDescriptionstatic voidDirCacheCheckout.checkoutEntry(Repository repo, DirCacheEntry entry, ObjectReader or, boolean deleteRecursive, DirCacheCheckout.CheckoutMetadata checkoutMetadata, WorkingTreeOptions options) Deprecated.static voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, DirCacheCheckout.StreamSupplier inputStream, WorkingTreeOptions opt, OutputStream os) Return filtered content for blob contents.static voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, OutputStream os) Return filtered content for a specific object (blob).Constructors in org.eclipse.jgit.dircache with parameters of type WorkingTreeOptionsModifierConstructorDescriptionCheckout(Repository repo, WorkingTreeOptions options) Creates a newCheckoutfor checking out from the given repository. -
Uses of WorkingTreeOptions in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk with type parameters of type WorkingTreeOptionsModifier and TypeFieldDescriptionstatic final Config.SectionParser<WorkingTreeOptions>WorkingTreeOptions.KEYKey forConfig.get(SectionParser).Methods in org.eclipse.jgit.treewalk that return WorkingTreeOptionsModifier and TypeMethodDescriptionWorkingTreeIterator.getOptions()Returns the working tree options used by this iterator.Constructors in org.eclipse.jgit.treewalk with parameters of type WorkingTreeOptionsModifierConstructorDescriptionFileTreeIterator(File root, FS fs, WorkingTreeOptions options) Create a new iterator to traverse the given directory and its children.FileTreeIterator(File root, FS fs, WorkingTreeOptions options, FileTreeIterator.FileModeStrategy fileModeStrategy) Create a new iterator to traverse the given directory and its children.protectedWorkingTreeIterator(String prefix, WorkingTreeOptions options) Create a new iterator with no parent and a prefix.protectedWorkingTreeIterator(WorkingTreeOptions options) Create a new iterator with no parent. -
Uses of WorkingTreeOptions in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io with parameters of type WorkingTreeOptionsModifier and TypeMethodDescriptionstatic CoreConfig.EolStreamTypeEolStreamTypeUtil.detectStreamType(TreeWalk.OperationType op, WorkingTreeOptions options, Attributes attrs) Convenience method used to detect if CRLF conversion has been configured using the global repo options global attributes info attributes working tree .gitattributes
Checkoutinstead