Package io.resys.hdes.client.spi
Interface GitConfig.GitFile
- All Known Implementing Classes:
ImmutableGitFile
- Enclosing interface:
- GitConfig
@Immutable
public static interface GitConfig.GitFile
-
Method Summary
Modifier and Type Method Description StringgetBlobHash()StringgetBlobValue()AstBody.AstBodyTypegetBodyType()StringgetId()StringgetTreeValue()
-
Method Details
-
getId
String getId() -
getTreeValue
String getTreeValue() -
getBlobValue
String getBlobValue() -
getBlobHash
String getBlobHash() -
getBodyType
AstBody.AstBodyType getBodyType()
-