StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.comp.loader
Class RegistrationClassFinder

java.lang.Object
  |
  +--com.sun.star.comp.loader.RegistrationClassFinder

public synchronized class RegistrationClassFinder
extends java.lang.Object


Field Summary
(package private) static boolean DEBUG
           
protected  com.sun.star.lib.sandbox.ClassContext m_context
           
protected  java.lang.String m_locationUrl
           
protected  java.lang.String m_manifest
           
 
Constructor Summary
RegistrationClassFinder(java.lang.String s)
           
 
Method Summary
 java.lang.Class getRegistrationClass()
           
 java.lang.Class loadClass(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

static final boolean DEBUG

m_context

protected com.sun.star.lib.sandbox.ClassContext m_context

m_locationUrl

protected java.lang.String m_locationUrl

m_manifest

protected java.lang.String m_manifest
Constructor Detail

RegistrationClassFinder

public RegistrationClassFinder(java.lang.String s)
                        throws java.io.IOException,
                               java.net.MalformedURLException
Method Detail

getRegistrationClass

public java.lang.Class getRegistrationClass()
                                     throws java.io.IOException,
                                            java.lang.ClassNotFoundException,
                                            java.net.MalformedURLException

loadClass

public java.lang.Class loadClass(java.lang.String s)
                          throws java.lang.ClassNotFoundException,
                                 java.io.IOException,
                                 java.net.MalformedURLException

StarOffice 5.2 API
reverse engineered by classdoc