protected void activate()

in src/main/java/org/apache/sling/commons/fsclassloader/impl/FSClassLoaderMBeanImpl.java [67:70]


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