SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.helpers
Class ConfigLoader

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.helpers.ConfigLoader

public class ConfigLoader
extends java.lang.Object

The Class ConfigLoader.


Method Summary
static JmxClientConfigType load(java.io.InputStream is)
          Load.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static JmxClientConfigType load(java.io.InputStream is)
                                throws ConfigurationLoadException
Load.

Parameters:
is - the is
Returns:
the cmd config type
Throws:
ConfigurationLoadException - the configuration load exception

SMILA (incubation) API documentation