Package ai.spice
Class Config
java.lang.Object
ai.spice.Config
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLOUD_FLIGHT_ADDRESS
Cloud flight address -
LOCAL_FLIGHT_ADDRESS
Local flight address
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getLocalFlightAddressUri
Returns the local flight address- Returns:
- URI of the local flight address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-
getCloudFlightAddressUri
Returns the cloud flight address- Returns:
- URI of the cloud flight address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-