Initial set of files.
[egit.git] / src / org / spearce / jgit / lib / Treeish.java
blob15c7298009c059dc22a906ded737769065790942
1 package org.spearce.jgit.lib;
3 import java.io.IOException;
4 import java.util.List;
6 public interface Treeish {
7 public ObjectId getTreeId();
9 public List getTreeEntries() throws IOException;