public class AutoCRLFObjectReader
extends org.eclipse.jgit.lib.ObjectReader
| 构造器和说明 |
|---|
AutoCRLFObjectReader(org.eclipse.jgit.lib.ObjectReader delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 org.eclipse.jgit.lib.ObjectReaderpublic Collection<org.eclipse.jgit.lib.ObjectId> resolve(org.eclipse.jgit.lib.AbbreviatedObjectId id) throws IOException
resolve 在类中 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 在类中 org.eclipse.jgit.lib.ObjectReaderorg.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOExceptionpublic Set<org.eclipse.jgit.lib.ObjectId> getShallowCommits() throws IOException
getShallowCommits 在类中 org.eclipse.jgit.lib.ObjectReaderIOExceptionpublic void close()
close 在接口中 AutoCloseableclose 在类中 org.eclipse.jgit.lib.ObjectReaderCopyright © 2024 Cosium. All rights reserved.