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