Class Main
java.lang.Object
org.noise_planet.noisemodelling.runner.Main
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.zaxxer.hikari.HikariDataSourcecreateDataSource(org.apache.commons.cli.CommandLine commandLine) Create a datasource for the databasestatic voidstatic voidparseArgsAndRun(String... args) static voidprintBuildIdentifiers(org.slf4j.Logger logger, List<LibraryInfo> libraries) Logs the collected libraries in a tabular format.
-
Field Details
-
SECONDS_BETWEEN_PROGRESSION_PRINT
public static final int SECONDS_BETWEEN_PROGRESSION_PRINT- See Also:
-
DEFAULT_TERMINAL_WIDTH
public static final int DEFAULT_TERMINAL_WIDTH- See Also:
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
printBuildIdentifiers
Logs the collected libraries in a tabular format. -
main
- Throws:
Exception
-
parseArgsAndRun
-
createDataSource
public static com.zaxxer.hikari.HikariDataSource createDataSource(org.apache.commons.cli.CommandLine commandLine) throws SQLException Create a datasource for the database- Parameters:
commandLine- Command line arguments- Returns:
- Throws:
SQLException
-