| Class | Description |
|---|---|
| BlacklistClassloading |
BlacklistClassloading optimises the
Class.forName(String) operation by caching already found class
objects and blacklisting classes that have been requested to be loaded but could not be found. |
| ClassPathInfo |
This class provides information about the packages, their resources and their origins that are currently on the
classpath (see
System.getProperty(java.lang.String) with java.class.path property key).NOTE:The implementation is currently neither thread safe nor does it make use of sophisticated caching mechanism. IMPORTANT: This implementation may not work as expected since java may load classes from other resources than from files (e.g. |
Copyright © 2012–2026 cismet GmbH. All rights reserved.