- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.shared.ReadPropertiesAutoConfigs
-
public class ReadPropertiesAutoConfigs extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static List<Function<String,Collection<InputStream>>>
resourceLoaders
已过时。
-
构造器概要
构造器 构造器 说明 ReadPropertiesAutoConfigs()
-
方法概要
修饰符和类型 方法 说明 static void
load()
static void
read(Reader reader, ClassLoader loader, Collection<String> founded, List<String> configs)
static List<String>
search(ClassLoader loader, Collection<String> founded, List<String> configs, String res)
-
-
-
字段详细资料
-
resourceLoaders
@Deprecated public static List<Function<String,Collection<InputStream>>> resourceLoaders
已过时。This field will be removed before 2.7
-
-
方法详细资料
-
read
public static void read(Reader reader, ClassLoader loader, Collection<String> founded, List<String> configs)
-
search
public static List<String> search(ClassLoader loader, Collection<String> founded, List<String> configs, String res)
-
load
public static void load()
-
-