Package com.enonic.xp.config
Interface Configuration
-
public interface Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
asMap()
boolean
exists(String key)
String
get(String key)
<T> T
get(String key, Class<T> type)
<T> T
getOrDefault(String key, Class<T> type, T defValue)
String
getOrDefault(String key, String defValue)
Configuration
subConfig(String prefix)
-
-
-
Method Detail
-
exists
boolean exists(String key)
-
subConfig
Configuration subConfig(String prefix)
-
-