public class IntentRemoveCommand extends AbstractShellCommand
log| Constructor and Description |
|---|
IntentRemoveCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Body of the shell command.
|
void |
purgeIntentsInteractive(Iterable<org.onosproject.net.intent.Intent> intents)
Purges the intents passed as argument after confirmation is provided
for each of them.
|
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, printprotected void doExecute()
AbstractShellCommanddoExecute in class AbstractShellCommandpublic void purgeIntentsInteractive(Iterable<org.onosproject.net.intent.Intent> intents)
intents - list of intents to purge