net.sourceforge.squirrel_sql.plugins.userscript.kernel
Class ScriptProps

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.userscript.kernel.ScriptProps

public class ScriptProps
extends Object


Constructor Summary
ScriptProps()
           
ScriptProps(Script[] scripts, ClassPathEntry[] extraClassPath)
           
 
Method Summary
 ClassPathEntry[] getExtraClassPath()
           
 Script[] getScripts()
           
 void setExtraClassPath(ClassPathEntry[] extraClassPath)
           
 void setScripts(Script[] scripts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptProps

public ScriptProps()

ScriptProps

public ScriptProps(Script[] scripts,
                   ClassPathEntry[] extraClassPath)
Method Detail

getExtraClassPath

public ClassPathEntry[] getExtraClassPath()

setExtraClassPath

public void setExtraClassPath(ClassPathEntry[] extraClassPath)

getScripts

public Script[] getScripts()

setScripts

public void setScripts(Script[] scripts)


Copyright © 2001-2013. All Rights Reserved.