接口 ConstructorStrategy
public interface ConstructorStrategy
The strategy used to construct an instance of a
Class.-
方法概要
-
方法详细资料
-
construct
Constructs an instance of aClass.- 参数:
clazz- theClass- 返回:
- the constructed instance or
null - 抛出:
ScriptException- if the instance could not be constructed
-