cz.cuni.utils
Class PogamutClassloaderHACK

java.lang.Object
  extended by cz.cuni.utils.PogamutClassloaderHACK

public class PogamutClassloaderHACK
extends java.lang.Object

Idea from http://forum.java.sun.com/thread.jspa?forumID=32&threadID=300557


Field Summary
static java.lang.String ENGINES_DIR
          Directory under $POGAMUT_PLATFORM dir where script engines are stored.
private static java.lang.Class[] parameters
           
 
Constructor Summary
PogamutClassloaderHACK()
          Creates a new instance of PogamutPlatformClassLoader
 
Method Summary
protected static java.io.File getPlatformDir()
           
protected  void hackSystemClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGINES_DIR

public static final java.lang.String ENGINES_DIR
Directory under $POGAMUT_PLATFORM dir where script engines are stored.

See Also:
Constant Field Values

parameters

private static final java.lang.Class[] parameters
Constructor Detail

PogamutClassloaderHACK

public PogamutClassloaderHACK()
Creates a new instance of PogamutPlatformClassLoader

Method Detail

getPlatformDir

protected static java.io.File getPlatformDir()

hackSystemClassLoader

protected void hackSystemClassLoader()