Package org.onosproject.cli.net
Class IntentPushTestCommand
- java.lang.Object
- 
- org.onosproject.cli.AbstractShellCommand
- 
- org.onosproject.cli.net.IntentPushTestCommand
 
 
- 
- All Implemented Interfaces:
- org.apache.karaf.shell.api.action.Action,- CodecContext,- EventFilter<IntentEvent>,- EventListener<IntentEvent>,- IntentListener
 
 public class IntentPushTestCommand extends AbstractShellCommand implements IntentListener Installs bulk point-to-point connectivity intents between given ingress/egress devices.
- 
- 
Field Summary- 
Fields inherited from class org.onosproject.cli.AbstractShellCommandlog
 
- 
 - 
Constructor SummaryConstructors Constructor Description IntentPushTestCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()Body of the shell command.voidevent(IntentEvent event)Reacts to the specified event.- 
Methods inherited from class org.onosproject.cli.AbstractShellCommandannotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, print
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.onosproject.codec.CodecContextdecode, encode
 - 
Methods inherited from interface org.onosproject.event.EventFilterisRelevant
 
- 
 
- 
- 
- 
Method Detail- 
doExecuteprotected void doExecute() Description copied from class:AbstractShellCommandBody of the shell command.- Specified by:
- doExecutein class- AbstractShellCommand
 
 - 
eventpublic void event(IntentEvent event) Description copied from interface:EventListenerReacts to the specified event.- Specified by:
- eventin interface- EventListener<IntentEvent>
- Parameters:
- event- event to be processed
 
 
- 
 
-