com.sshtools.common.automate
Class AutomationConfiguration

java.lang.Object
  extended by com.sshtools.common.automate.AutomationConfiguration

public class AutomationConfiguration
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
$author$

Nested Class Summary
private  class AutomationConfiguration.AutomationConfigurationSAXHandler
           
 
Field Summary
private  java.util.HashMap remoteIdentifications
           
 
Constructor Summary
AutomationConfiguration(java.io.InputStream in)
          Creates a new AutomationConfiguration object.
 
Method Summary
 java.util.Map getRemoteIdentifications()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteIdentifications

private java.util.HashMap remoteIdentifications
Constructor Detail

AutomationConfiguration

public AutomationConfiguration(java.io.InputStream in)
                        throws java.io.IOException,
                               org.xml.sax.SAXException,
                               javax.xml.parsers.ParserConfigurationException
Creates a new AutomationConfiguration object.

Parameters:
in -
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

getRemoteIdentifications

public java.util.Map getRemoteIdentifications()
Returns:

main

public static void main(java.lang.String[] args)
Parameters:
args -