Class CmdLnListener

java.lang.Object
com.Ostermiller.util.CmdLnListener

public abstract class CmdLnListener extends Object
Call back for when a command line option is found. More information about this class and code samples for suggested use are available from ostermiller.org.
Since:
ostermillerutils 1.07.00
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
  • Constructor Details

    • CmdLnListener

      public CmdLnListener()
  • Method Details

    • found

      public abstract void found(CmdLnResult result)
      Called when a command line option is found.
      Parameters:
      result - The command line option and its arguments
      Since:
      ostermillerutils 1.07.00