- java.lang.Object
-
- io.helidon.config.git.GitConfigSourceProvider
-
- All Implemented Interfaces:
ConfigSourceProvider
public class GitConfigSourceProvider extends Object implements ConfigSourceProvider
Service loader service for meta configuration of this provider.
-
-
Constructor Summary
Constructors Constructor Description GitConfigSourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigSource
create(String type, Config metaConfig)
Set<String>
supported()
boolean
supports(String type)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.helidon.config.spi.ConfigSourceProvider
createMulti
-
-