All Downloads are FREE. Search and download functionalities are using the official Maven repository.

il.andhow-default-behavior-test.0.4.1.1.source-code.andhow.properties Maven / Gradle / Ivy

The newest version!
# ##########################################################################################
# Sample properties file generated by AndHow!
# strong.simple.valid.AppConfiguration  -  https://github.com/eeverman/andhow
# Note: When reading property names, matching is done in a case insensitive way, so 'Bob'
# 	would match 'bOB'.
# ##########################################################################################

# ##########################################################################################
# Property Group 'Connection configuration to some external service' - Configures
# 	communication to the USGS Aquarius service.  Defined in interface org.dataprocess.ExternalServiceConnector.ConnectionConfig

# 
# SERVICE_URL (String) NON-NULL
# The property value must end with '/'
org.dataprocess.ExternalServiceConnector.ConnectionConfig.SERVICE_URL = http://forwardcorp.com/service/

# 
# TIMEOUT (Integer)  - Timeout in seconds
# Default Value: 50
org.dataprocess.ExternalServiceConnector.ConnectionConfig.TIMEOUT = 60

# ##########################################################################################
# Property Group 'Configuration for map generation' - Bounds define max map extents.
# 	Defined in interface com.dep1.EarthMapMaker

# 
# EAST_BOUND (Integer) NON-NULL - East-most edge of map, in deg. longitude
# Default Value: -66
com.dep1.EarthMapMaker.EAST_BOUND = -65

# 
# MAP_NAME (String) NON-NULL - Name displayed at the top of the map
com.dep1.EarthMapMaker.MAP_NAME = My Map

# 
# NORTH_BOUND (Integer) NON-NULL - North-most edge of map, in deg. latitue
# Default Value: 50
com.dep1.EarthMapMaker.NORTH_BOUND = 51

# 
# SOUTH_BOUND (Integer) NON-NULL - South-most edge of map, in deg. latitue
# Default Value: 24
com.dep1.EarthMapMaker.SOUTH_BOUND = 23

# 
# WEST_BOUND (Integer) NON-NULL - West-most edge of map, in deg. longitude
# Default Value: -124
com.dep1.EarthMapMaker.WEST_BOUND = -125


# ##########################################################################################
# Property Group 'Configuration for Mars map generation' - Bounds define max map extents.
# 	Defined in interface com.dep2.MarsMapMaker

# 
# EAST_BOUND (Integer) NON-NULL - East-most edge of map, in deg. longitude
# Default Value: -66
com.dep2.MarsMapMaker.EAST_BOUND = -65

# 
# MAP_NAME (String) NON-NULL - Name displayed at the top of the map
com.dep2.MarsMapMaker.MAP_NAME = My Map

# 
# NORTH_BOUND (Integer) NON-NULL - North-most edge of map, in deg. latitue
# Default Value: 50
com.dep2.MarsMapMaker.NORTH_BOUND = 51

# 
# SOUTH_BOUND (Integer) NON-NULL - South-most edge of map, in deg. latitue
# Default Value: 24
com.dep2.MarsMapMaker.SOUTH_BOUND = 23

# 
# WEST_BOUND (Integer) NON-NULL - West-most edge of map, in deg. longitude
# Default Value: -124
com.dep2.MarsMapMaker.WEST_BOUND = -125




© 2015 - 2024 Weber Informatics LLC | Privacy Policy