Package com.sshtools.common.automate
Class RemoteIdentificationFactory
- java.lang.Object
-
- com.sshtools.common.automate.RemoteIdentificationFactory
-
public class RemoteIdentificationFactory extends java.lang.Object
- Version:
- $Revision: 1.14 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description RemoteIdentificationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RemoteIdentification
getInstance(java.lang.String serverId, java.lang.String hostname)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
getInstance
public static RemoteIdentification getInstance(java.lang.String serverId, java.lang.String hostname) throws RemoteIdentificationException
- Parameters:
serverId
-- Returns:
- Throws:
RemoteIdentificationException
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
-
-