org.gcube.accounting.webservice.configuration
Interface RawConfiguration

All Known Subinterfaces:
NetworkConfiguration, SecurityConfiguration
All Known Implementing Classes:
BaseConfiguration, PropertiesBaseConfiguration

public interface RawConfiguration


Method Summary
 Boolean getBoolean(String key)
           
 Boolean getBoolean(String key, Boolean def)
           
 Integer getInt(String key)
           
 Integer getInt(String key, Integer def)
           
 List<Object> getList(String key)
           
 String getString(String key)
           
 

Method Detail

getString

String getString(String key)

getBoolean

Boolean getBoolean(String key)

getBoolean

Boolean getBoolean(String key,
                   Boolean def)

getInt

Integer getInt(String key)

getInt

Integer getInt(String key,
               Integer def)

getList

List<Object> getList(String key)


Copyright © 2013. All Rights Reserved.