public class AutoCRLFObjectReader
extends org.eclipse.jgit.lib.ObjectReader
| Constructor and Description |
|---|
AutoCRLFObjectReader(org.eclipse.jgit.lib.ObjectReader delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set<org.eclipse.jgit.lib.ObjectId> |
getShallowCommits() |
org.eclipse.jgit.lib.ObjectReader |
newReader() |
org.eclipse.jgit.lib.ObjectLoader |
open(org.eclipse.jgit.lib.AnyObjectId objectId,
int typeHint) |
Collection<org.eclipse.jgit.lib.ObjectId> |
resolve(org.eclipse.jgit.lib.AbbreviatedObjectId id) |
public AutoCRLFObjectReader(org.eclipse.jgit.lib.ObjectReader delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType)
public org.eclipse.jgit.lib.ObjectReader newReader()
newReader in class org.eclipse.jgit.lib.ObjectReaderpublic Collection<org.eclipse.jgit.lib.ObjectId> resolve(org.eclipse.jgit.lib.AbbreviatedObjectId id) throws IOException
resolve in class org.eclipse.jgit.lib.ObjectReaderIOExceptionpublic org.eclipse.jgit.lib.ObjectLoader open(org.eclipse.jgit.lib.AnyObjectId objectId,
int typeHint)
throws org.eclipse.jgit.errors.MissingObjectException,
org.eclipse.jgit.errors.IncorrectObjectTypeException,
IOException
open in class org.eclipse.jgit.lib.ObjectReaderorg.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOExceptionpublic Set<org.eclipse.jgit.lib.ObjectId> getShallowCommits() throws IOException
getShallowCommits in class org.eclipse.jgit.lib.ObjectReaderIOExceptionpublic void close()
close in interface AutoCloseableclose in class org.eclipse.jgit.lib.ObjectReaderCopyright © 2019 Cosium. All rights reserved.