|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sovt.xml.Loader
This is class for loading SOVT XML libraries.
| 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 |
public static void loadLibrary(java.net.URL url)
throws java.lang.InstantiationException
url - URL of the library to load.
java.lang.InstantiationException - if Cannot load given library.
public static void loadLibrary(java.lang.String libraryFileName)
throws java.lang.InstantiationException
libraryFileName - Name of the library file.
java.lang.InstantiationException - if Cannot load given library.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||