Package org.onosproject.cli
Class CliComponent
- java.lang.Object
-
- org.onosproject.cli.CliComponent
-
public class CliComponent extends java.lang.Object
OSGI Component for the ONOS CLI.
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreService
coreService
-
Constructor Summary
Constructors Constructor Description CliComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
-
-
-
Field Detail
-
coreService
protected CoreService coreService
-
-