SMILA (incubation) API documentation

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

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

public class ParameterFormatHelper
extends java.lang.Object

The Class FormatHelper.


Constructor Summary
ParameterFormatHelper()
           
 
Method Summary
static java.lang.String format(java.lang.String input, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult)
          Format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterFormatHelper

public ParameterFormatHelper()
Method Detail

format

public static java.lang.String format(java.lang.String input,
                                      java.lang.Object globalResult,
                                      java.lang.String[] parameters,
                                      java.lang.Object localResult)
Format.

Parameters:
input - the input
globalResult - the result
parameters - the parameters
Returns:
the string

SMILA (incubation) API documentation