Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.jsch.core.IJSchLocation

Packages that use IJSchLocation
org.eclipse.jsch.core Provides support for the JSch SSH2 library.  
 

Uses of IJSchLocation in org.eclipse.jsch.core
 

Methods in org.eclipse.jsch.core that return IJSchLocation
 IJSchLocation IJSchService.getLocation(String user, String host, int port)
          Get the IJSchLocation according to given user name, host name and port number.
 

Methods in org.eclipse.jsch.core with parameters of type IJSchLocation
 void IPasswordStore.clear(IJSchLocation location)
          The cached password should be flushed.
 boolean IPasswordStore.isCached(IJSchLocation location)
          This method will check if the password is cached or not.
 void IPasswordStore.update(IJSchLocation location)
           
 com.jcraft.jsch.Session IJSchService.createSession(IJSchLocation location, com.jcraft.jsch.UserInfo uinfo)
          Create a Session that can be used to make SSH2 connections.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.