Package io.resys.hdes.client.spi
Interface GitConfig.GitFileReload
- All Known Implementing Classes:
ImmutableGitFileReload
- Enclosing interface:
- GitConfig
@Immutable
public static interface GitConfig.GitFileReload
-
Method Summary
Modifier and Type Method Description AstBody.AstBodyTypegetBodyType()Optional<GitConfig.GitFile>getFile()StringgetId()StringgetTreeValue()
-
Method Details
-
getTreeValue
String getTreeValue() -
getId
String getId() -
getBodyType
AstBody.AstBodyType getBodyType() -
getFile
Optional<GitConfig.GitFile> getFile()
-