Interface Configuration
- All Known Implementing Classes:
SimpleConfiguration, SubConfiguration
public interface Configuration
- Since:
- jPOS 1.1 CardAgents relies on a Configuration object to provide runtime configuration parameters such as merchant number, etc.
-
Method Summary
Modifier and TypeMethodDescriptionString[]booleangetBoolean(String propertyName) booleangetBoolean(String propertyName, boolean defaultValue) boolean[]getBooleans(String propertyName) doubledoubledouble[]getDoubles(String propertyName) intintint[]longlonglong[]keySet()void
-
Method Details
-
get
-
getAll
-
getInts
-
getLongs
-
getDoubles
-
getBooleans
-
get
-
getInt
-
getInt
-
getLong
-
getLong
-
getDouble
-
getDouble
-
getBoolean
-
getBoolean
-
put
-
keySet
-