com.hp.hpl.jena.sdb.script
Class ScriptDesc

java.lang.Object
  extended by com.hp.hpl.jena.sdb.script.ScriptDesc

public class ScriptDesc
extends Object

Java description a script : the assmbler build one of these


Constructor Summary
ScriptDesc()
           
 
Method Summary
 void add(CmdDesc step)
           
 List<CmdDesc> getSteps()
           
static ScriptDesc read(String filename)
           
static void run(String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptDesc

public ScriptDesc()
Method Detail

read

public static ScriptDesc read(String filename)

run

public static void run(String filename)

add

public void add(CmdDesc step)

getSteps

public List<CmdDesc> getSteps()


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.