Package com.togethersoft.openapi.util.classloaders

This package contains interface and class that presents class loader which has no cache in memory and loads classes directly from filesystem.

See
          Description

Class Diagram Summary
classloaders 
 

Interface Summary
CachelessClassLoader Unlike the standard class loader from JDK this interface presents loader that does not create cache for loaded classes.
 

Class Summary
ClassLoadersAccess Provide "get/set" static methods to access to CachelessClassLoader.
 

Package com.togethersoft.openapi.util.classloaders Description

This package contains interface and class that presents class loader which has no cache in memory and loads classes directly from filesystem.