Package org.apache.unomi.shell.commands
Class RuleWatch
- java.lang.Object
-
- org.apache.unomi.shell.commands.TailCommandSupport
-
- org.apache.unomi.shell.commands.RuleWatch
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class RuleWatch extends TailCommandSupport
This command can watch the evaluations of the conditions as well as the executions of a specified number of rules.
-
-
Constructor Summary
Constructors Constructor Description RuleWatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getColumnHeaders()
int[]
getColumnSizes()
Object
getListener()
-
Methods inherited from class org.apache.unomi.shell.commands.TailCommandSupport
execute, getColumn, outputHeaders, outputLine
-
-
-
-
Method Detail
-
getColumnSizes
public int[] getColumnSizes()
- Specified by:
getColumnSizes
in classTailCommandSupport
-
getColumnHeaders
public String[] getColumnHeaders()
- Specified by:
getColumnHeaders
in classTailCommandSupport
-
getListener
public Object getListener()
- Specified by:
getListener
in classTailCommandSupport
-
-