Class DatapointImporter

java.lang.Object
tuwien.auto.calimero.tools.DatapointImporter
All Implemented Interfaces:
Runnable

public class DatapointImporter extends Object implements 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 Details

    • DatapointImporter

      public DatapointImporter(String... args)
  • Method Details

    • main

      public static void main(String... args)
      Entry point for running importer. Command line options are treated case-sensitive. Available options are:
      • --help -h show help message
      • --version show tool/library version and exit
      • --pwd password for encrypted KNX projects
      • --freestyle use unformatted KNX address presentation in the output
      Parameters:
      args - command line options for running this tool
    • run

      public void run()
      Specified by:
      run in interface Runnable