Package tuwien.auto.calimero.tools
Class DatapointImporter
java.lang.Object
tuwien.auto.calimero.tools.DatapointImporter
- All Implemented Interfaces:
Runnable
Imports datapoint information from a KNX project (.knxproj) or group addresses file (in XML or CSV format) and writes
it as Calimero datapoint model in XML format. If no output file is provided, the datapoint model is written to the
standard output.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatapointImporter
-
-
Method Details
-
main
Entry point for running importer. Command line options are treated case-sensitive. Available options are:--help -hshow help message--versionshow tool/library version and exit--pwdpassword for encrypted KNX projects--freestyleuse unformatted KNX address presentation in the output
- Parameters:
args- command line options for running this tool
-
run
public void run()
-