Uses of Class
org.openbp.common.classloader.UrlResourceSpec

Packages that use UrlResourceSpec
org.openbp.common.classloader All-purpose custom class loader supporting loading classes from directories, paths and zip files. 
 

Uses of UrlResourceSpec in org.openbp.common.classloader
 

Subclasses of UrlResourceSpec in org.openbp.common.classloader
 class BinaryResourceSpec
          XClassLoader resource specification that directly provides its contents as byte array.
 class DirectoryUrlResourceSpec
          XClassLoader resource specification that specifies its target using an URL to a directory.
 class FileBinaryResourceSpec
          XClassLoader resource specification that specifies its target using an URL to a class file.
 class FileUrlResourceSpec
          XClassLoader resource specification that specifies its target using an URL to a class file.
 class JarBinaryResourceSpec
          XClassLoader resource specification that specifies its target using an URL to a Jar file.
 class JarUrlResourceSpec
          XClassLoader resource specification that specifies its target using an URL to a Jar file.
 



Copyright © 2011. All Rights Reserved.