DhModule.doMain

Overview | Methods | This Package | All Packages

DhModule.doMain

Initializes a DhModule that was invoked from the console (typically using JView).

Syntax

final public void doMain( String args[] )

Parameters

args

The argument list that was originally passed to main.

Remarks

Call this method only from your static main function.