org.mutabilitydetector.classloading
Interface AnalysisClassLoader

All Known Implementing Classes:
CachingAnalysisClassLoader, ClassForNameWrapper, URLFallbackClassLoader

public interface AnalysisClassLoader


Method Summary
 Class<?> loadClass(String dottedClass)
           
 

Method Detail

loadClass

Class<?> loadClass(String dottedClass)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2013. All Rights Reserved.