Class ObixImporter.Write

java.lang.Object
tech.uom.tools.obix.ObixImporter.Write
All Implemented Interfaces:
Runnable
Enclosing class:
ObixImporter

@Command(name="write", description="Write to file") public static final class ObixImporter.Write extends Object
  • Field Details

    • quantOutFile

      @Option(name="-q", description="Quantities output file") public String quantOutFile
    • quantities

      @Arguments(description="Quantities to write") public List<String> quantities
    • verbose

      @Option(type=GLOBAL, name="-v", description="Verbose mode") public boolean verbose
  • Constructor Details

  • Method Details