Uses of Enum Class
org.eclipse.jgit.lib.CoreConfig.EolStreamType
Packages that use CoreConfig.EolStreamType
Package
Description
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Walking and comparing directory/file trees (of commits, file system).
Utility classes for IO (streams).
-
Uses of CoreConfig.EolStreamType in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as CoreConfig.EolStreamTypeModifier and TypeFieldDescriptionfinal CoreConfig.EolStreamTypeDirCacheCheckout.CheckoutMetadata.eolStreamTypegit attributesConstructors in org.eclipse.jgit.dircache with parameters of type CoreConfig.EolStreamTypeModifierConstructorDescriptionCheckoutMetadata(CoreConfig.EolStreamType eolStreamType, String smudgeFilterCommand) -
Uses of CoreConfig.EolStreamType in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.EolStreamTypeModifier and TypeMethodDescriptionstatic CoreConfig.EolStreamTypeReturns the enum constant of this class with the specified name.static CoreConfig.EolStreamType[]CoreConfig.EolStreamType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoreConfig.EolStreamType in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk with type parameters of type CoreConfig.EolStreamTypeModifier and TypeFieldDescriptionprivate Holder<CoreConfig.EolStreamType>WorkingTreeIterator.eolStreamTypeHoldercached eol stream type.Methods in org.eclipse.jgit.treewalk that return CoreConfig.EolStreamTypeModifier and TypeMethodDescriptionTreeWalk.getCheckoutEolStreamType(int tree) Get the EOL stream type of the current entry for checking out using the config andTreeWalk.getAttributes().TreeWalk.getEolStreamType(TreeWalk.OperationType opType) Get the EOL stream type of the current entry using the config andTreeWalk.getAttributes().WorkingTreeIterator.getEolStreamType()Get the eol stream type for the current entry.private CoreConfig.EolStreamTypeWorkingTreeIterator.getEolStreamType(TreeWalk.OperationType opType) -
Uses of CoreConfig.EolStreamType in org.eclipse.jgit.util.io
Methods in org.eclipse.jgit.util.io that return CoreConfig.EolStreamTypeModifier and TypeMethodDescriptionprivate static CoreConfig.EolStreamTypeEolStreamTypeUtil.checkInStreamType(WorkingTreeOptions options, Attributes attrs) private static CoreConfig.EolStreamTypeEolStreamTypeUtil.checkOutStreamType(WorkingTreeOptions options, Attributes attrs) static 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 .gitattributesprivate static CoreConfig.EolStreamTypeEolStreamTypeUtil.getOutputFormat(WorkingTreeOptions options) Methods in org.eclipse.jgit.util.io with parameters of type CoreConfig.EolStreamTypeModifier and TypeMethodDescriptionstatic InputStreamEolStreamTypeUtil.wrapInputStream(InputStream in, CoreConfig.EolStreamType conversion) Wrap the input stream depending onCoreConfig.EolStreamType.static InputStreamEolStreamTypeUtil.wrapInputStream(InputStream in, CoreConfig.EolStreamType conversion, boolean forCheckout) Wrap the input stream depending onCoreConfig.EolStreamType.static OutputStreamEolStreamTypeUtil.wrapOutputStream(OutputStream out, CoreConfig.EolStreamType conversion) Wrap the output stream depending onCoreConfig.EolStreamType.