Package org.onosproject.cli.net
Class IntentCycleCommand
- java.lang.Object
-
- org.onosproject.cli.AbstractShellCommand
-
- org.onosproject.cli.net.IntentCycleCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action,org.onosproject.codec.CodecContext,org.onosproject.event.EventFilter<org.onosproject.net.intent.IntentEvent>,org.onosproject.event.EventListener<org.onosproject.net.intent.IntentEvent>,org.onosproject.net.intent.IntentListener
public class IntentCycleCommand extends AbstractShellCommand implements org.onosproject.net.intent.IntentListener
Installs point-to-point connectivity intents.
-
-
Field Summary
-
Fields inherited from class org.onosproject.cli.AbstractShellCommand
log
-
-
Constructor Summary
Constructors Constructor Description IntentCycleCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()Body of the shell command.voidevent(org.onosproject.net.intent.IntentEvent event)-
Methods inherited from class org.onosproject.cli.AbstractShellCommand
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, print
-
-
-
-
Method Detail
-
doExecute
protected void doExecute()
Description copied from class:AbstractShellCommandBody of the shell command.- Specified by:
doExecutein classAbstractShellCommand
-
event
public void event(org.onosproject.net.intent.IntentEvent event)
- Specified by:
eventin interfaceorg.onosproject.event.EventListener<org.onosproject.net.intent.IntentEvent>
-
-