File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/main/lombok/org/heigit/ohsome/ohsomeapi/utils Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1414import org .heigit .ohsome .oshdb .util .tagtranslator .CachedTagTranslator ;
1515import org .springframework .boot .ApplicationArguments ;
1616
17+ /**
18+ * Utility Class for parsing and configuration the ohsome API application.
19+ */
1720public class ConfigureApplication {
1821
1922 private enum DatabaseType {
@@ -87,7 +90,10 @@ private ConfigureApplication(ApplicationArguments args) {
8790 }
8891 }
8992
90- // refactor remainder back to Application.java
93+ /**
94+ * Method run by the Application class to parse incoming command line arguments
95+ * @param args ApplicationArguments from spring to be parsed.
96+ */
9197 public static void parseArguments (ApplicationArguments args )
9298 throws OSHDBKeytablesNotFoundException , IOException {
9399 var config = new ConfigureApplication (args );
You can’t perform that action at this time.
0 commit comments