Package org.eclipse.jgit.transport.sshd
Interface SshdSessionFactoryBuilder.ConfigStoreFactory
- Enclosing class:
- SshdSessionFactoryBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory interface for creating a
SshConfigStore.-
Method Summary
-
Method Details
-
create
Creates aSshConfigStore. May returnnullif none is to be used.- Parameters:
homeDir- to use for ~-replacementsconfigFile- to use, may benullif nonelocalUserName- name of the current user in the local OS- Returns:
- the
SshConfigStore, ornullif none is to be used
-