|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egit.github.core.TreeEntry
public class TreeEntry
Tree entry model class
Field Summary | |
---|---|
static String |
MODE_BLOB
MODE_BLOB |
static String |
MODE_BLOB_EXECUTABLE
MODE_BLOB_EXECUTABLE |
static String |
MODE_BLOB_SYMLINK
MODE_BLOB_SYMLINK |
static String |
MODE_DIRECTORY
MODE_DIRECTORY |
static String |
MODE_SUBMODULE
MODE_SUBMODULE |
static String |
TYPE_BLOB
TYPE_BLOB |
static String |
TYPE_TREE
TYPE_TREE |
Constructor Summary | |
---|---|
TreeEntry()
|
Method Summary | |
---|---|
String |
getMode()
|
String |
getPath()
|
String |
getSha()
|
long |
getSize()
|
String |
getType()
|
String |
getUrl()
|
TreeEntry |
setMode(String mode)
|
TreeEntry |
setPath(String path)
|
TreeEntry |
setSha(String sha)
|
TreeEntry |
setSize(long size)
|
TreeEntry |
setType(String type)
|
TreeEntry |
setUrl(String url)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TYPE_BLOB
public static final String TYPE_TREE
public static final String MODE_BLOB
public static final String MODE_BLOB_EXECUTABLE
public static final String MODE_BLOB_SYMLINK
public static final String MODE_DIRECTORY
public static final String MODE_SUBMODULE
Constructor Detail |
---|
public TreeEntry()
Method Detail |
---|
public long getSize()
public TreeEntry setSize(long size)
size
-
public String getMode()
public TreeEntry setMode(String mode)
mode
-
public String getPath()
public TreeEntry setPath(String path)
path
-
public String getSha()
public TreeEntry setSha(String sha)
sha
-
public String getType()
public TreeEntry setType(String type)
type
-
public String getUrl()
public TreeEntry setUrl(String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |