Package org.onosproject.net.driver
Interface BehaviourClassResolver
-
- All Known Subinterfaces:
DriverAdminService
public interface BehaviourClassResolverEntity 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.
-