Class ClassRealmAdapter

java.lang.Object
org.codehaus.classworlds.ClassRealmAdapter
All Implemented Interfaces:
ClassRealm

@Deprecated public class ClassRealmAdapter extends Object implements ClassRealm
Deprecated.
Legacy adapter retained for Sisu binary compatibility.
Adapter that wraps a modern ClassRealm and exposes it as the legacy ClassRealm interface.

This class is referenced directly by the compiled bytecode of org.eclipse.sisu:org.eclipse.sisu.plexus and must remain on the classpath for Maven 3+ to function. Do not remove or rename it. New code should not use this adapter; use ClassRealm directly.

Author:
Andrew Williams