Package io.resys.hdes.client.spi
Interface GitConfig
- All Known Implementing Classes:
ImmutableGitConfig
@Immutable
public interface GitConfig
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGitConfig.GitEntrystatic interfaceGitConfig.GitFilestatic interfaceGitConfig.GitFileReloadstatic interfaceGitConfig.GitInitstatic interfaceGitConfig.GitSerializer -
Method Summary
Modifier and Type Method Description StringgetAbsoluteAssetsPath()StringgetAbsolutePath()StringgetAssetsPath()IntegergetCacheHeap()org.ehcache.CacheManagergetCacheManager()StringgetCacheName()org.eclipse.jgit.api.TransportConfigCallbackgetCallback()org.eclipse.jgit.api.GitgetClient()HdesStore.HdesCredsSuppliergetCreds()GitConfig.GitInitgetInit()StoreEntityLocationgetLocation()PathgetParentPath()GitConfig.GitSerializergetSerializer()
-
Method Details
-
getInit
GitConfig.GitInit getInit() -
getLocation
StoreEntityLocation getLocation() -
getSerializer
GitConfig.GitSerializer getSerializer() -
getCreds
HdesStore.HdesCredsSupplier getCreds() -
getCacheManager
org.ehcache.CacheManager getCacheManager() -
getCacheName
String getCacheName() -
getCacheHeap
Integer getCacheHeap() -
getAssetsPath
String getAssetsPath() -
getParentPath
Path getParentPath() -
getAbsolutePath
String getAbsolutePath() -
getAbsoluteAssetsPath
String getAbsoluteAssetsPath() -
getCallback
org.eclipse.jgit.api.TransportConfigCallback getCallback() -
getClient
org.eclipse.jgit.api.Git getClient()
-