public class IntentRemoveCommand extends AbstractShellCommand
| Constructor and Description |
|---|
IntentRemoveCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Executes this 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, doExecute, error, get, getService, jsonForEntity, mapper, outputJson, printcheckInterrupted, executeprotected void execute()
AbstractShellCommandexecute in class AbstractShellCommandpublic void purgeIntentsInteractive(Iterable<org.onosproject.net.intent.Intent> intents)
intents - list of intents to purge