protected void activate()

in src/main/java/org/apache/sling/commons/fsclassloader/impl/FSClassLoaderWebConsole.java [95:98]


	protected void activate(final ComponentContext componentContext, final FSClassLoaderComponentConfig config) {
		// get the file root
		this.root = CacheLocationUtils.getRootDir(componentContext.getBundleContext(), config);
	}