@FunctionalInterface public static interface SshdSessionFactoryBuilder.ConfigStoreFactory
| Modifier and Type | Method and Description |
|---|---|
SshConfigStore |
create(File homeDir,
File configFile,
String localUserName)
Creates a
SshConfigStore. |
SshConfigStore create(@NonNull File homeDir, File configFile, String localUserName)
SshConfigStore. May return null if none is
to be used.homeDir - to use for ~-replacementsconfigFile - to use, may be null if nonelocalUserName - name of the current user in the local OSSshConfigStore, or null if none is to be
usedCopyright © 2020 Eclipse JGit Project. All rights reserved.