com.judoscript
Class ScriptCache

java.lang.Object
  extended by com.judoscript.ScriptCache

public class ScriptCache
extends java.lang.Object


Constructor Summary
ScriptCache()
           
 
Method Summary
 boolean acceptsRelativePath()
           
 Script getScript(java.lang.String path)
           
 void setDefaultBase(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptCache

public ScriptCache()
Method Detail

setDefaultBase

public void setDefaultBase(java.lang.String path)
                    throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

acceptsRelativePath

public boolean acceptsRelativePath()

getScript

public Script getScript(java.lang.String path)
                 throws java.lang.Exception
Throws:
java.lang.Exception