Class SwitchFeaturesUtil
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.device.SwitchFeaturesUtil
-
public final class SwitchFeaturesUtil extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchFeatures
buildSwitchFeatures(GetFeaturesOutput features)
Returns the features of the switch.static SwitchFeaturesUtil
getInstance()
Get singleton instance.
-
-
-
Method Detail
-
getInstance
public static SwitchFeaturesUtil getInstance()
Get singleton instance.- Returns:
- instance
-
buildSwitchFeatures
public SwitchFeatures buildSwitchFeatures(GetFeaturesOutput features)
Returns the features of the switch.- Parameters:
features
-GetFeaturesOutput
- Returns:
- switch features
-
-