public class ClassManagerFactory
extends java.lang.Object
A helper for classes that want to inspect the list of classes packaged with an APK.
This is called very early in startup. Any classes that want to select a subset of the
classes packaged with the APK may implement ClassFilter and register with the ClassManager
here.