public interface Configuration
<T> T
get(Key key, Class<T> type)
get(String key, Class<T> type)
Configuration
getConfiguration(Key key)
getConfiguration(String key)
Boolean
has(Key key)
has(String key)
Set<String>
keySet()
<T> T get(Key key, Class<T> type)
<T> T get(String key, Class<T> type)
Configuration getConfiguration(Key key)
Configuration getConfiguration(String key)
Boolean has(Key key)
Boolean has(String key)
Set<String> keySet()
Copyright © 2016 pastdev.com. All rights reserved.