Class HelperUtility

java.lang.Object
  extended by HelperUtility

public class HelperUtility
extends java.lang.Object

This helper class extracts the serialHelper from the JAR file, makes it executable and executes it with the given Command line arguments.


Constructor Summary
HelperUtility()
           
 
Method Summary
static java.lang.String runHelper(java.lang.String[] args)
          Run the serialHelper with the given arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperUtility

public HelperUtility()
Method Detail

runHelper

public static java.lang.String runHelper(java.lang.String[] args)
Run the serialHelper with the given arguments

Parameters:
args - Command line arguments for serialHelper
Returns:
Output of helper