| java.lang.Object org.sakaiproject.util.ComponentsLoader
ComponentsLoader | public ComponentsLoader()(Code) | | |
loadComponentPackage | protected void loadComponentPackage(File dir, ConfigurableApplicationContext ac)(Code) | | Load one component package into the AC
Parameters: packageRoot - The file path to the component package Parameters: ac - The ApplicationContext to load into |
newPackageClassLoader | protected ClassLoader newPackageClassLoader(File dir)(Code) | | Create the class loader for this component package
Parameters: dir - The package's root directory. A class loader, whose parent is this class's loader, which has the classes/ and jars for this component. |
validComponentsPackage | protected boolean validComponentsPackage(File dir)(Code) | | Test if this File is a valid components package directory.
Parameters: dir - The file to test true if it is a valid components package directory, false if not. |
|
|