net.sourceforge.squirrel_sql.plugins.userscript.kernel
Class UserScriptAdmin
java.lang.Object
net.sourceforge.squirrel_sql.plugins.userscript.kernel.UserScriptAdmin
public class UserScriptAdmin
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCRIPT_PROPERTIES_FILE
public static final String SCRIPT_PROPERTIES_FILE
- See Also:
- Constant Field Values
TARGET_TYPE_DB_OBJECT
public static final boolean TARGET_TYPE_DB_OBJECT
- See Also:
- Constant Field Values
TARGET_TYPE_SQL
public static final boolean TARGET_TYPE_SQL
- See Also:
- Constant Field Values
UserScriptAdmin
public UserScriptAdmin(UserScriptPlugin plugin,
ISession session)
getTargets
public ScriptTargetCollection getTargets(boolean targetType)
getPlugin
public UserScriptPlugin getPlugin()
getSession
public ISession getSession()
writeScriptProps
public void writeScriptProps(ScriptProps scriptProps)
refreshExtraClassPath
public void refreshExtraClassPath()
executeScript
public void executeScript(JFrame ownerFrame,
Script script,
ScriptTargetCollection targets)
Copyright © 2001-2013. All Rights Reserved.