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