public abstract class ConnectivityIntentCommand extends AbstractShellCommand
| Constructor and Description |
|---|
ConnectivityIntentCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.onosproject.net.intent.Constraint> |
buildConstraints()
Builds the constraint list for this command based on the command line
parameters.
|
protected org.onosproject.net.flow.TrafficSelector |
buildTrafficSelector()
Constructs a traffic selector based on the command line arguments
presented to the command.
|
protected org.onosproject.net.flow.TrafficTreatment |
buildTrafficTreatment()
Generates a traffic treatment for this intent based on command line
arguments presented to the command.
|
annotations, annotations, appId, doExecute, error, execute, get, outputJson, printprotected org.onosproject.net.flow.TrafficSelector buildTrafficSelector()
protected org.onosproject.net.flow.TrafficTreatment buildTrafficTreatment()
protected List<org.onosproject.net.intent.Constraint> buildConstraints()
Copyright © 2015. All rights reserved.