Java org.eclipse.jgit.errors AmbiguousObjectException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.errors AmbiguousObjectException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.errors AmbiguousObjectException.

The text is from its open source code.

Constructor

AmbiguousObjectException(final AbbreviatedObjectId id, final Collection candidates)
Construct a MissingObjectException for the specified object id.

Method

CollectiongetCandidates()
Get the matching candidates (or at least a subset of them)