Uses of Class
com.jcraft.jsch.OpenSSHConfig
-
Packages that use OpenSSHConfig Package Description com.jcraft.jsch -
-
Uses of OpenSSHConfig in com.jcraft.jsch
Methods in com.jcraft.jsch that return OpenSSHConfig Modifier and Type Method Description static OpenSSHConfig
OpenSSHConfig. parse(java.lang.String conf)
Parses the given string, and returns an instance of ConfigRepository.static OpenSSHConfig
OpenSSHConfig. parseFile(java.lang.String file)
Parses the given file, and returns an instance of ConfigRepository.
-