public class ConfigLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static ConfigLoader |
getDefault() |
<T> ReloadableConfig<T> |
getReloadable(Class<T> cls,
String location) |
int |
hashCode() |
<T> Iterable<T> |
loadAllYaml(Class<T> cls,
String location) |
<T> Iterable<T> |
loadAllYaml(Class<T> cls,
String location,
InputStream input) |
<T> T |
loadYaml(Class<T> cls,
String location) |
<T> T |
loadYaml(Class<T> cls,
String location,
InputStream input) |
String |
toString() |
public static ConfigLoader getDefault()
public <T> ReloadableConfig<T> getReloadable(Class<T> cls, String location)
public <T> Iterable<T> loadAllYaml(Class<T> cls, String location, InputStream input)
public <T> T loadYaml(Class<T> cls, String location, InputStream input)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.