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

il.andhow-usage-examples.0.3.3.source-code.rename_me_to_andhow.properties Maven / Gradle / Ivy

The newest version!
##########################################################################################
# Sample properties file generated by AndHow!  strong.valid.simple.App_Configuration  ####
##################################################  https://github.com/eeverman/andhow ###
# Value marked as REQUIRED must have a value assigned to them during the loading process or the startup will fail with a RuntimeException.


##########################################################################################
# Configuration group PropFileLoader Configuration - Configure one of these points to specify a location to load a properties file from. Search order is the order listed below.
# Defined in interface yarnandtail.andhow.load.PropFileLoader.CONFIG

# FILESYSTEM_PATH (String)  - Local filesystem path to a properties file, as interpreted by a Java File object
# yarnandtail.andhow.load.PropFileLoader.CONFIG.FILESYSTEM_PATH = [String]

# EXECUTABLE_RELATIVE_PATH (String)  - Path relative to the current executable for a properties file.  If running from a jar file, this would be a path relative to that jar. In other contexts, the parent directory may be unpredictable.
# yarnandtail.andhow.load.PropFileLoader.CONFIG.EXECUTABLE_RELATIVE_PATH = [String]

# CLASSPATH_PATH (String)  - Classpath to a properties file as interpreted by a Java Classloader.  This path should start with a slash like this: /org/name/MyProperties.props
# Default Value: /andhow.properties
# yarnandtail.andhow.load.PropFileLoader.CONFIG.CLASSPATH_PATH = /andhow.properties


##########################################################################################
# Configuration group Aquarius Service Configuration - Configures all communication to the USGS Aquarius service
# Defined in interface org.dataprocess.SampleAppConfiguration.AquariusConfig

# SERVICE_URL (String) 
# The configured value must end with '/'
org.dataprocess.SampleAppConfiguration.AquariusConfig.SERVICE_URL = http://water.usgs.gov/aquarius/

# TIMEOUT (Integer) 
# Default Value: 50
org.dataprocess.SampleAppConfiguration.AquariusConfig.TIMEOUT = 50

# QUERY_ENDPOINT (String) 
org.dataprocess.SampleAppConfiguration.AquariusConfig.QUERY_ENDPOINT = query

# ITEM_ENDPOINT (String) REQUIRED
org.dataprocess.SampleAppConfiguration.AquariusConfig.ITEM_ENDPOINT = item


##########################################################################################
# Configuration group NWIS Service Configuration - Configures all communication to the USGS NWIS service
# Defined in interface org.dataprocess.SampleAppConfiguration.NwisConfig

# SERVICE_URL (String) 
# The configured value must end with '/'
org.dataprocess.SampleAppConfiguration.NwisConfig.SERVICE_URL = http://water.usgs.gov/nwis/

# TIMEOUT (Integer) 
# Default Value: 20
org.dataprocess.SampleAppConfiguration.NwisConfig.TIMEOUT = 20

# QUERY_ENDPOINT (String) 
org.dataprocess.SampleAppConfiguration.NwisConfig.QUERY_ENDPOINT = query

# ITEM_ENDPOINT (String) REQUIRED
org.dataprocess.SampleAppConfiguration.NwisConfig.ITEM_ENDPOINT = itemhttp://water.usgs.gov/aquarius/

##########################################################################################
##########################################################################################




© 2015 - 2024 Weber Informatics LLC | Privacy Policy