@Component
public class LmsManagerProvider
extends java.lang.Object
Constructor and Description |
---|
LmsManagerProvider() |
Modifier and Type | Method and Description |
---|---|
LmsIntegrationManager |
getManager(LmsType type)
Returns the class implementing the
LmsIntegrationManager interface for the specified LMS. |
public LmsIntegrationManager getManager(LmsType type)
LmsIntegrationManager
interface for the specified LMS.type
- The LMS of interesttype
.