net.groboclown.util.jplugin.v2
Class URLClassInspector

java.lang.Object
  |
  +--net.groboclown.util.jplugin.v2.BaseClassInspector
        |
        +--net.groboclown.util.jplugin.v2.URLClassInspector
All Implemented Interfaces:
IClassInspector

public class URLClassInspector
extends BaseClassInspector

Extracts the class instance based on the class name.

Version:
0.9.0 Alpha
Author:
Matt Albrecht

Fields inherited from class net.groboclown.util.jplugin.v2.BaseClassInspector
cloader
 
Constructor Summary
URLClassInspector(URL baseUrl)
           
URLClassInspector(URL[] baseUrls)
           
 
Methods inherited from class net.groboclown.util.jplugin.v2.BaseClassInspector
getClass, instantiate, setClassLoader
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

URLClassInspector

public URLClassInspector(URL baseUrl)

URLClassInspector

public URLClassInspector(URL[] baseUrls)


Written under the LGPL