org.terracotta.forge.plugin.util
Class Util

java.lang.Object
  extended by org.terracotta.forge.plugin.util.Util

public class Util
extends java.lang.Object

Author:
hhuynh

Constructor Summary
Util()
           
 
Method Summary
static java.lang.String exec(java.lang.String command, java.util.List<java.lang.String> params, java.io.File workDir)
          Run a shell command and return the output as String
static java.lang.String getSvnInfo(java.lang.String svnRepo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

exec

public static java.lang.String exec(java.lang.String command,
                                    java.util.List<java.lang.String> params,
                                    java.io.File workDir)
Run a shell command and return the output as String


getSvnInfo

public static java.lang.String getSvnInfo(java.lang.String svnRepo)


Copyright © 2011. All Rights Reserved.