Interface GitTreeContent
-
- All Known Implementing Classes:
GitTreeContentEntity
public interface GitTreeContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGitTreeContent.ContentType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetMode()StringgetName()StringgetPath()GitTreeContent.ContentTypegetType()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getPath
String getPath()
-
getType
GitTreeContent.ContentType getType()
-
getMode
String getMode()
-
-