Package org.onosproject.net.driver
Interface BehaviourClassResolver
-
- All Known Subinterfaces:
DriverAdminService
public interface BehaviourClassResolver
Entity capable of resolving a class using its name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends Behaviour>
getBehaviourClass(String className)
Returns the class corresponding to the specified class name.
-