@Authors(value="Nikolche Mihajlovski") @Since(value="4.1.0") public interface Config extends BasicConfig
entry, has, orConfig sub(String... keys)
sub in interface BasicConfigboolean is(String key)
void clear()
void remove(String key)
boolean isEmpty()
Config root()
Config parent()
Properties toProperties()
String getFilenameBase()
String getPath()
@Deprecated void args(List<String> args)
void applyTo(Object target)
void reset()
void invalidate()
boolean useBuiltInDefaults()
boolean isInitialized()
ConfigChanges getChangesSince(Config previousConfig)
void addChangeListener(Operation<ConfigChanges> configChangeListener)
void removeChangeListener(Operation<ConfigChanges> configChangeListener)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.