public class ConnectPointConfiguration extends Object
| Constructor and Description |
|---|
ConnectPointConfiguration(String string)
Creats a new connect point from a string representation.
|
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.ConnectPoint |
connectPoint()
Gets the connect point.
|
static ConnectPointConfiguration |
of(String string)
Creates a new connect point from a string representation.
|
public ConnectPointConfiguration(String string)
string - connect point stringpublic static ConnectPointConfiguration of(String string)
string - connect point stringpublic org.onosproject.net.ConnectPoint connectPoint()
Copyright © 2015. All rights reserved.