com.partnersoft.scripting
Class RunScript

java.lang.Object
  extended by com.partnersoft.scripting.RunScript
All Implemented Interfaces:
CommandLineTool

public class RunScript
extends java.lang.Object
implements CommandLineTool

Simple command-line tool that attempts to run any scripts listed as arguments.

Copyright 2007 Partner Software, Inc.

Version:
$Id: RunScript.java 1445 2008-07-30 20:52:27Z paul $
Author:
Paul Reavis

Constructor Summary
RunScript()
           
 
Method Summary
static void main(java.lang.String... args)
          Runs the tool from the command line, accepting any file paths passed to it as parameter and attempting to run each in turn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunScript

public RunScript()
Method Detail

main

public static void main(java.lang.String... args)
Runs the tool from the command line, accepting any file paths passed to it as parameter and attempting to run each in turn.