Class PrintFormatApp

java.lang.Object
uk.m0nom.adifproc.adif3.cli.PrintFormatApp
All Implemented Interfaces:
Runnable

public class PrintFormatApp extends Object implements Runnable
Command line interface to the print formatter mainly for checking out/testing new features TODO Needs refactoring now the formatter is processing Qsos and not Adif3 Records
  • Constructor Details

    • PrintFormatApp

      public PrintFormatApp(String[] args)
  • Method Details

    • main

      public static void main(String[] args)
    • run

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