|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectorg.act.xservices.rt.metaset.ClassFinder
public class ClassFinder
构造函数摘要 | |
---|---|
ClassFinder()
|
方法摘要 | |
---|---|
static java.lang.Object |
findByClassName(java.lang.String className,
java.lang.String fallbackClassName)
Finds the implementation Class object in the specified order. |
static java.lang.Object |
findBySystemPropertyId(java.lang.String systemPropertyId,
java.lang.String fallbackClassName)
Finds the implementation Class object in the specified order. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造函数详细信息 |
---|
public ClassFinder()
方法详细信息 |
---|
public static java.lang.Object findBySystemPropertyId(java.lang.String systemPropertyId, java.lang.String fallbackClassName) throws ConfigurationError
systemPropertyId
- Name of the systemPropertyId of the class to find,
same as a property namefallbackClassName
- Implementation class name, if nothing else
is found. Use null to mean no fallback.
Package private so this code can be shared.
ConfigurationError
public static java.lang.Object findByClassName(java.lang.String className, java.lang.String fallbackClassName) throws ConfigurationError
className
- Name of the systemPropertyId of the class to find,
same as a property namefallbackClassName
- Implementation class name, if nothing else
is found. Use null to mean no fallback.
Package private so this code can be shared.
ConfigurationError
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |