ice.storm
Interface ScripterFactory

All Known Subinterfaces:
PilotFactory
All Known Implementing Classes:
DefaultFactory

public interface ScripterFactory

Factory for creating Scripters. This is kept only for backward compatibility, and should be removed sometime in the future,


Method Summary
 Scripter createScripter(String scriptName)
          Create an interpreter for procesing commands in scripting language called scriptName
 Enumeration getAllScripterInfos()
          Get a enumeration of all ScripterInfos describing all (so far) known scripters
 ScripterInfo getScripterInfo(String alias)
           
 

Method Detail

createScripter

public Scripter createScripter(String scriptName)
Create an interpreter for procesing commands in scripting language called scriptName

Parameters:
scriptName - name of the scripting language
Returns:
an instance of Scripter object

getScripterInfo

public ScripterInfo getScripterInfo(String alias)

getAllScripterInfos

public Enumeration getAllScripterInfos()
Get a enumeration of all ScripterInfos describing all (so far) known scripters

Returns:
Enumeration of ScriptInfo objects