LibreOffice Module odk (master) 1
Public Member Functions | Protected Member Functions | List of all members
com.sun.star.lib.loader.Loader.CustomURLClassLoader Class Reference

A customized class loader which is used to load classes and resources from a search path of user-defined URLs. More...

Inheritance diagram for com.sun.star.lib.loader.Loader.CustomURLClassLoader:
[legend]
Collaboration diagram for com.sun.star.lib.loader.Loader.CustomURLClassLoader:
[legend]

Public Member Functions

 CustomURLClassLoader (URL[] urls)
 

Protected Member Functions

Class<?> findClass (String name) throws ClassNotFoundException
 
synchronized Class<?> loadClass (String name, boolean resolve) throws ClassNotFoundException
 

Detailed Description

A customized class loader which is used to load classes and resources from a search path of user-defined URLs.

Definition at line 314 of file Loader.java.

Constructor & Destructor Documentation

◆ CustomURLClassLoader()

com.sun.star.lib.loader.Loader.CustomURLClassLoader.CustomURLClassLoader ( URL[]  urls)
inline

Definition at line 316 of file Loader.java.

Member Function Documentation

◆ findClass()

Class<?> com.sun.star.lib.loader.Loader.CustomURLClassLoader.findClass ( String  name) throws ClassNotFoundException
inlineprotected

Definition at line 321 of file Loader.java.

References name.

◆ loadClass()

synchronized Class<?> com.sun.star.lib.loader.Loader.CustomURLClassLoader.loadClass ( String  name,
boolean  resolve 
) throws ClassNotFoundException
inlineprotected

Definition at line 329 of file Loader.java.

References Class, and name.


The documentation for this class was generated from the following file: