类 SharedConfigurationProcessor
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.SharedConfigurationProcessor
-
- 所有已实现的接口:
IConfigurationProcessor
public class SharedConfigurationProcessor extends Object implements IConfigurationProcessor
-
-
字段概要
字段 修饰符和类型 字段 说明 static boolean
DEBUG
-
从接口继承的字段 cn.mcres.karlatemp.mxlib.configuration.IConfigurationProcessor
GLOBAL
-
-
构造器概要
构造器 构造器 说明 SharedConfigurationProcessor()
-
方法概要
修饰符和类型 方法 说明 protected static RuntimeException
a(RuntimeException re, Throwable thr)
ConfigurationProcessorPostLoadingMatcher
getMatcher()
Get the matcher of this processor.void
load(Class boot)
protected void
load(Class boot, ClassLoader loader, List<String> classes, RuntimeException re, IBeanManager beans)
void
load(List<String> classes)
protected RuntimeException
post_load(Class boot, ClassLoader loader, List<String> classes, RuntimeException errors, IBeanManager beans)
-
-
-
方法详细资料
-
getMatcher
@NotNull public ConfigurationProcessorPostLoadingMatcher getMatcher()
从接口复制的说明:IConfigurationProcessor
Get the matcher of this processor. Should check is not GLOBAL matcher.- 指定者:
getMatcher
在接口中IConfigurationProcessor
- 返回:
- The matcher
- 另请参阅:
IConfigurationProcessor.GLOBAL
-
a
protected static RuntimeException a(RuntimeException re, Throwable thr)
-
load
protected void load(Class boot, ClassLoader loader, List<String> classes, RuntimeException re, IBeanManager beans)
-
load
public void load(List<String> classes)
- 指定者:
load
在接口中IConfigurationProcessor
-
load
public void load(Class boot)
- 指定者:
load
在接口中IConfigurationProcessor
-
post_load
protected RuntimeException post_load(Class boot, ClassLoader loader, List<String> classes, RuntimeException errors, IBeanManager beans)
-
-