com.liferay.portal.kernel.test.util
Class DependenciesTestUtil
java.lang.Object
com.liferay.portal.kernel.test.util.DependenciesTestUtil
public class DependenciesTestUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependenciesTestUtil
public DependenciesTestUtil()
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