| |
|
| java.lang.Object docrobot.RobotMain
RobotMain | public class RobotMain (Code) | | 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 |
Method Summary | |
public static void | main(String[] args) Runs the specified screenshot robot. |
main | public static void main(String[] args) throws Exception(Code) | | Runs the specified screenshot robot.
Parameters: args - Should contain one string - fully qualified class name of asingle screenshot robot which has apublic void run() method. throws: Exception - |
|
|
|