Package com.axelor.app.cli
Class AbstractCliCommand
java.lang.Object
com.axelor.app.cli.AbstractCliCommand
- All Implemented Interfaces:
CliCommand
,Runnable
- Direct Known Subclasses:
DatabaseCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
withContainer
(Runnable task) protected void
withContainer
(String jpaUnit, Runnable task) void
withSession
(Runnable task) protected void
withSession
(String jpaUnit, Runnable task)
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
AbstractCliCommand
public AbstractCliCommand()
-
-
Method Details
-
withContainer
-
withContainer
-
withSession
-
withSession
-