Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.util
Class DependenciesTestUtil

java.lang.Object
  extended by com.liferay.portal.kernel.test.util.DependenciesTestUtil

public class DependenciesTestUtil
extends Object


Constructor Summary
DependenciesTestUtil()
           
 
Method Summary
static File getDependencyAsFile(Class<?> clazz, String name)
           
static InputStream getDependencyAsInputStream(Class<?> clazz, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependenciesTestUtil

public DependenciesTestUtil()
Method Detail

getDependencyAsFile

public static File getDependencyAsFile(Class<?> clazz,
                                       String name)
                                throws Exception
Throws:
Exception

getDependencyAsInputStream

public static InputStream getDependencyAsInputStream(Class<?> clazz,
                                                     String name)
                                              throws Exception
Throws:
Exception

Liferay 7.0-ce-b4