gnu.java.net.loader
Class Load_gcjlib
A Load_gcjlib
is a type of URLLoader
that loads classes and resources from a shared library.
Class<T> | getClass(String className) - Returns a
Class loaded by this
URLLoader , or null when this loader
either can't load the class or doesn't know how to load classes
at all.
|
Resource | getResource(String name) - Returns a
Resource loaded by this
URLLoader , or null when no
Resource with the given name exists.
|
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
getClass
public Class<T> getClass(String className)
Returns a Class
loaded by this
URLLoader
, or null
when this loader
either can't load the class or doesn't know how to load classes
at all. Most subclasses do not need to override this; it is only
useful in situations where the subclass has a more direct way of
making Class
objects.
- getClass in interface URLLoader
Copyright (C) 2007 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details.