Class AbstractCliCommand

java.lang.Object
com.axelor.app.cli.AbstractCliCommand
All Implemented Interfaces:
CliCommand, Runnable
Direct Known Subclasses:
DatabaseCommand

public abstract class AbstractCliCommand extends Object implements CliCommand
  • Field Details

    • log

      protected final org.slf4j.Logger log
  • Constructor Details

    • AbstractCliCommand

      public AbstractCliCommand()
  • Method Details

    • withContainer

      protected void withContainer(String jpaUnit, Runnable task)
    • withContainer

      protected void withContainer(Runnable task)
    • withSession

      protected void withSession(String jpaUnit, Runnable task)
    • withSession

      public void withSession(Runnable task)