pl.edu.icm.yadda.remoting.cli
Class RunProcess

java.lang.Object
  extended by pl.edu.icm.yadda.remoting.cli.RunProcess

public class RunProcess
extends java.lang.Object


Constructor Summary
RunProcess()
           
 
Method Summary
static void main(java.lang.String[] args)
          Lists processes currently running on the specified repository Args: [repositoryUrl]
protected static void printStats(java.lang.String process, ProcessingStats stats)
           
protected static java.lang.String readFileContent(java.lang.String fileLoc)
          Reads file content from file of given location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunProcess

public RunProcess()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Lists processes currently running on the specified repository Args:

Parameters:
args -
Throws:
java.lang.Exception

printStats

protected static void printStats(java.lang.String process,
                                 ProcessingStats stats)

readFileContent

protected static java.lang.String readFileContent(java.lang.String fileLoc)
Reads file content from file of given location. Supports reading classpath files.

Parameters:
fileLoc -
Returns:
file content


Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.