Class AbstractCommand

java.lang.Object
org.kordamp.maven.checker.cli.AbstractCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
CheckBom, CheckMavenCentral

abstract class AbstractCommand extends Object implements Callable<Integer>
Since:
1.1.0
  • Field Details

    • logger

      protected Logger logger
    • debug

      boolean debug
    • info

      boolean info
    • warn

      boolean warn
    • quiet

      boolean quiet
    • pomFile

      Path pomFile
    • spec

      picocli.CommandLine.Model.CommandSpec spec
    • parent

      Main parent
  • Constructor Details

    • AbstractCommand

      AbstractCommand()
  • Method Details

    • parent

      protected Main parent()
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>
    • execute

      protected abstract void execute()