Class GitResource.GitAnyResource

  • All Implemented Interfaces:
    ch.kk7.confij.source.any.ConfijAnyResource
    Enclosing class:
    GitResource

    @AutoService(ch.kk7.confij.source.any.ConfijAnyResource.class)
    public static class GitResource.GitAnyResource
    extends java.lang.Object
    implements ch.kk7.confij.source.any.ConfijAnyResource
    • Constructor Detail

      • GitAnyResource

        public GitAnyResource()
    • Method Detail

      • maybeHandle

        public java.util.Optional<GitResource> maybeHandle​(java.lang.String path)
        Specified by:
        maybeHandle in interface ch.kk7.confij.source.any.ConfijAnyResource
      • getCredentialsProvider

        protected org.eclipse.jgit.transport.CredentialsProvider getCredentialsProvider​(java.lang.String remoteUrl)