Package com.sshtools.common.automate
Class AutomationConfiguration
- java.lang.Object
-
- com.sshtools.common.automate.AutomationConfiguration
-
public class AutomationConfiguration extends java.lang.Object
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description AutomationConfiguration(java.io.InputStream in)
Creates a new AutomationConfiguration object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map
getRemoteIdentifications()
static void
main(java.lang.String[] args)
-
-
-
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
-
-