fi.hut.tml.xsmiles
Class MLFCLoader
java.lang.Object
fi.hut.tml.xsmiles.MLFCLoader
- public class MLFCLoader
- extends java.lang.Object
Retrieves MLFCs for the MLFCManager.
See Technical Requirements Specification and Developer's Walkthrough
for further details on how to implement MLFCs.
- Version:
- $Revision: 3681 $
- Author:
- Jukka Heinonen, Mikko Honkala, Juha
|
Method Summary |
static void |
createClassLoader()
|
static java.util.Vector |
getJars(java.io.File file,
java.util.Vector v)
recursive method for getting all the jar files in a dir and subdirs |
static java.lang.Class |
loadClass(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classLoader
protected static NetworkClassLoader classLoader
MLFCLoader
public MLFCLoader(BrowserWindow browser)
createClassLoader
public static void createClassLoader()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
getJars
public static java.util.Vector getJars(java.io.File file,
java.util.Vector v)
- recursive method for getting all the jar files in a dir and subdirs
loadClass
public static java.lang.Class loadClass(java.lang.String name)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
X-Smiles 1.2