public class ObjectIdTranslationMapImpl extends Object implements ObjectIdTranslation
Constructor and Description |
---|
ObjectIdTranslationMapImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addTranslation(org.eclipse.jgit.lib.ObjectId original,
org.eclipse.jgit.lib.ObjectId translation) |
org.eclipse.jgit.lib.ObjectId |
translateObjectId(org.eclipse.jgit.lib.ObjectId originalId) |
public ObjectIdTranslationMapImpl()
public org.eclipse.jgit.lib.ObjectId translateObjectId(org.eclipse.jgit.lib.ObjectId originalId)
translateObjectId
in interface ObjectIdTranslation
public void addTranslation(org.eclipse.jgit.lib.ObjectId original, org.eclipse.jgit.lib.ObjectId translation)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.