Class ReflectUtil
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.util.ReflectUtil
-
public abstract class ReflectUtil extends Object
- Author:
- Tom Baeyens
-
-
Constructor Summary
Constructors Constructor Description ReflectUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
createInstance(Class<T> type, Object... parameters)
Create a new instance of the provided typestatic URL
getResource(String name)
static URL
getResource(String name, ClassLoader classLoader)
static File
getResourceAsFile(String path)
static InputStream
getResourceAsStream(String name)
-
-
-
Method Detail
-
getResourceAsStream
public static InputStream getResourceAsStream(String name)
-
getResource
public static URL getResource(String name, ClassLoader classLoader)
-
-