Uses of Interface
com.jcraft.jsch.ConfigRepository
-
Packages that use ConfigRepository Package Description com.jcraft.jsch -
-
Uses of ConfigRepository in com.jcraft.jsch
Classes in com.jcraft.jsch that implement ConfigRepository Modifier and Type Class Description class
OpenSSHConfig
This class implements ConfigRepository interface, and parses OpenSSH's configuration file.Fields in com.jcraft.jsch declared as ConfigRepository Modifier and Type Field Description private ConfigRepository
JSch. configRepository
static ConfigRepository
ConfigRepository. nullConfig
Methods in com.jcraft.jsch that return ConfigRepository Modifier and Type Method Description ConfigRepository
JSch. getConfigRepository()
Methods in com.jcraft.jsch with parameters of type ConfigRepository Modifier and Type Method Description void
JSch. setConfigRepository(ConfigRepository configRepository)
-