tools.docrobot
Class RobotMain

java.lang.Object
  extended by tools.docrobot.RobotMain

public class RobotMain
extends java.lang.Object

The main method for taking screenshots for Substance documentation. Expects one parameter - fully qualified class name of a single screenshot robot which has a public void run() method.

Author:
Kirill Grouchnikov

Constructor Summary
RobotMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the specified screenshot robot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotMain

public RobotMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs the specified screenshot robot.

Parameters:
args - Should contain one string - fully qualified class name of a single screenshot robot which has a public void run() method.
Throws:
java.lang.Exception