Package org.apereo.cas.util.feature
Class DefaultCasRuntimeModuleLoader
- java.lang.Object
-
- org.apereo.cas.util.feature.DefaultCasRuntimeModuleLoader
-
- All Implemented Interfaces:
CasRuntimeModuleLoader
public class DefaultCasRuntimeModuleLoader extends java.lang.Object implements CasRuntimeModuleLoader
This isDefaultCasRuntimeModuleLoader.- Since:
- 6.5.0
-
-
Constructor Summary
Constructors Constructor Description DefaultCasRuntimeModuleLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CasRuntimeModule>load()Load modules.
-
-
-
Method Detail
-
load
public java.util.List<CasRuntimeModule> load() throws java.lang.Exception
Description copied from interface:CasRuntimeModuleLoaderLoad modules.- Specified by:
loadin interfaceCasRuntimeModuleLoader- Returns:
- the list
- Throws:
java.lang.Exception- the exception
-
-