|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.profile.SchemeHandler
| Constructor Summary | |
SchemeHandler(java.lang.String name,
java.lang.String description)
Construct a new SchemeHandler |
|
| Method Summary | |
abstract ProfileTransport |
createProfileTransport(ResourceProfile profile)
Create the ProfileTransport appropriate for this scheme |
abstract SchemeOptions |
createSchemeOptions()
Create a SchemeOptions appropriate for this scheme |
java.lang.String |
getDescription()
Get the scheme description |
java.lang.String |
getName()
Get the scheme name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchemeHandler(java.lang.String name,
java.lang.String description)
name - scheme namedescription - description| Method Detail |
public abstract SchemeOptions createSchemeOptions()
SchemeOptions appropriate for this scheme
public abstract ProfileTransport createProfileTransport(ResourceProfile profile)
throws ProfileException,
java.io.IOException,
AuthenticationException
ProfileTransport appropriate for this scheme
ProfileException
java.io.IOException
AuthenticationExceptionpublic java.lang.String getName()
public java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||