jjdh API

jjdh.java.resource.loader
Class ClassObjectLoader

java.lang.Object
  extended by jjdh.java.resource.Loader<Class<?>>
      extended by jjdh.java.resource.loader.ClassObjectLoader

public class ClassObjectLoader
extends Loader<Class<?>>


Field Summary
protected  InternalClassLoader icl
           
 
Fields inherited from class jjdh.java.resource.Loader
provider, shortcut
 
Constructor Summary
ClassObjectLoader()
           
 
Method Summary
protected  Class<?> decode(InputStream in)
           
 Class<?> load(String regex)
          Loads and decode a resource.
 
Methods inherited from class jjdh.java.resource.Loader
load, load, loadSeveral, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

icl

protected InternalClassLoader icl
Constructor Detail

ClassObjectLoader

public ClassObjectLoader()
Method Detail

load

public Class<?> load(String regex)
Description copied from class: Loader
Loads and decode a resource.

Overrides:
load in class Loader<Class<?>>
Parameters:
regex - a reference to the resource
Returns:
the loaded resource

decode

protected Class<?> decode(InputStream in)
                   throws Exception
Specified by:
decode in class Loader<Class<?>>
Throws:
Exception

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.