SMILA (incubation) API documentation

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

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

public class ConversionHelper
extends java.lang.Object

The Class ConversionHelper.


Constructor Summary
ConversionHelper()
           
 
Method Summary
static java.lang.Object convert(java.lang.String parameter, java.lang.String className)
          Convert.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionHelper

public ConversionHelper()
Method Detail

convert

public static java.lang.Object convert(java.lang.String parameter,
                                       java.lang.String className)
Convert.

Parameters:
parameter - the parameter
className - the class name
Returns:
the object

SMILA (incubation) API documentation