Class ConfigureApplication
java.lang.Object
org.heigit.ohsome.ohsomeapi.utils.ConfigureApplication
Utility Class for parsing and configuration the ohsome API application.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
parseArguments
(org.springframework.boot.ApplicationArguments args) Method run by the Application class to parse incoming command line arguments.
-
Method Details
-
parseArguments
public static void parseArguments(org.springframework.boot.ApplicationArguments args) throws org.heigit.ohsome.oshdb.util.exceptions.OSHDBKeytablesNotFoundException, IOException Method run by the Application class to parse incoming command line arguments.- Parameters:
args
- ApplicationArguments from spring to be parsed.- Throws:
org.heigit.ohsome.oshdb.util.exceptions.OSHDBKeytablesNotFoundException
IOException
-