org.sovt.xml
Class Loader

java.lang.Object
  extended byorg.sovt.xml.Loader

public final class Loader
extends java.lang.Object

This is class for loading SOVT XML libraries.

Author:
Vilmantas Baranauskas (vilmantas_baranauskas@yahoo.com)

Method Summary
static void loadLibrary(java.lang.String libraryFileName)
          Loads SOVT library from given file.
static void loadLibrary(java.net.URL url)
          Loads SOVT library from given URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadLibrary

public static void loadLibrary(java.net.URL url)
                        throws java.lang.InstantiationException
Loads SOVT library from given URL.

Parameters:
url - URL of the library to load.
Throws:
java.lang.InstantiationException - if Cannot load given library.

loadLibrary

public static void loadLibrary(java.lang.String libraryFileName)
                        throws java.lang.InstantiationException
Loads SOVT library from given file.

Parameters:
libraryFileName - Name of the library file.
Throws:
java.lang.InstantiationException - if Cannot load given library.


Copyright © 2003-2005 . All Rights Reserved.