Class ReflectUtil
java.lang.Object
org.camunda.bpm.model.xml.impl.util.ReflectUtil
- Author:
 - Tom Baeyens
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TcreateInstance(Class<T> type, Object... parameters) Create a new instance of the provided typestatic URLgetResource(String name) static URLgetResource(String name, ClassLoader classLoader) static FilegetResourceAsFile(String path) static InputStreamgetResourceAsStream(String name)  
- 
Constructor Details
- 
ReflectUtil
public ReflectUtil() 
 - 
 - 
Method Details
- 
getResourceAsStream
 - 
getResource
 - 
getResource
 - 
getResourceAsFile
 - 
createInstance
Create a new instance of the provided type- Parameters:
 type- the class to create a new instance ofparameters- the parameters to pass to the constructor- Returns:
 - the created instance
 
 
 -