com.ldodds.slug
Class Scutter

java.lang.Object
  extended bycom.ldodds.slug.Scutter
All Implemented Interfaces:
java.lang.Runnable

public class Scutter
extends java.lang.Object
implements java.lang.Runnable

Author:
ldodds

Constructor Summary
Scutter()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the scutter from the command-line.
 void run()
           
 void save()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scutter

public Scutter()
        throws java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()

save

public void save()
          throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Run the scutter from the command-line. Arguments are: -config : RDF file to use as Scutters config -id : name of scutter, as identified in config -plan : initial scutter plan

Throws:
java.lang.Exception