Package top.focess.qq.api.util.config
Class LangConfig
- java.lang.Object
-
- top.focess.qq.api.util.config.Config
-
- top.focess.qq.api.util.config.LangConfig
-
public class LangConfig extends Config
-
-
Constructor Summary
Constructors Constructor Description LangConfig(@Nullable InputStream inputStream)LangConfig(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String key)protected ConfiggetSection(String key)
-
-
-
Constructor Detail
-
LangConfig
public LangConfig(@Nullable InputStream inputStream)
-
LangConfig
public LangConfig(File file) throws YamlLoadException
- Throws:
YamlLoadException
-
-