Class RailHelperCommand

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

public final class RailHelperCommand extends Object implements Callable<Integer>
Generates merge-ready rail label data with deterministic family footprint math.
  • Constructor Details

    • RailHelperCommand

      public RailHelperCommand()
  • Method Details

    • call

      public Integer call() throws Exception
      Builds merge-ready rail output from input and footprint CSVs.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      exit code (0 success)
      Throws:
      Exception - when parsing/export fails