org.codehaus.cargo.container.resin.internal
Class ResinUtil

java.lang.Object
  extended by org.codehaus.cargo.container.resin.internal.ResinUtil

public class ResinUtil
extends Object

Set of common Resin utility methods.

Version:
$Id: ResinUtil.java 1705 2008-09-02 13:14:55Z adriana $

Constructor Summary
ResinUtil()
           
 
Method Summary
 String getResinVersion()
           
 String getResinVersion(ClassLoader classloader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResinUtil

public ResinUtil()
Method Detail

getResinVersion

public String getResinVersion()
Returns:
the Resin version

getResinVersion

public String getResinVersion(ClassLoader classloader)
Parameters:
classloader - the classloader to use to load the Resin Version class
Returns:
the Resin version


Copyright © 2004-2012 Codehaus. All Rights Reserved.