Class BarcodeCommand

java.lang.Object
com.tbg.wms.cli.commands.BarcodeCommand
All Implemented Interfaces:
Callable<Integer>

public final class BarcodeCommand extends Object implements Callable<Integer>
Generates a standalone barcode label and optionally prints it.
  • Constructor Details

    • BarcodeCommand

      public BarcodeCommand()
  • Method Details

    • call

      public Integer call()
      Executes barcode generation and optional print/file output flow.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      exit code (0 success, non-zero failure)