Interface IdentifyingClassloader
- All Known Implementing Classes:
ChildFirstClassLoader,ChildFirstURLClassLoader
public interface IdentifyingClassloader
Classloader with deeper identification support.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionbooleanamI(ClassLoader loader) Returns whether this class loader or one of its child loaders corresponds to the givenloader.
-
Method Details
-
amI
Returns whether this class loader or one of its child loaders corresponds to the givenloader.- Parameters:
loader- the loader to check for- Returns:
trueif this class loader or one of its child loaders corresponds,falseelse
-