nslj.src.cmd
Class NslCmdInitModule

java.lang.Object
  |
  +--nslj.src.cmd.NslCmd
        |
        +--nslj.src.cmd.NslCmdInitModule

public class NslCmdInitModule
extends NslCmd


Constructor Summary
NslCmdInitModule()
          Setup class name and help engine
 
Method Summary
 void execute()
          Execute this command without any parameter
 void execute(java.util.StringTokenizer st)
          Initialize a series of modules in the array module_list and their corresponding child modules
 void printHelp()
          Print complex help on standard out
 
Methods inherited from class nslj.src.cmd.NslCmd
getHelpString, nslGetName, nslSetSystem, printHelpString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslCmdInitModule

public NslCmdInitModule()
Setup class name and help engine
Method Detail

printHelp

public void printHelp()
Print complex help on standard out
Overrides:
printHelp in class NslCmd

execute

public void execute()
Description copied from class: NslCmd
Execute this command without any parameter
Overrides:
execute in class NslCmd

execute

public void execute(java.util.StringTokenizer st)
Initialize a series of modules in the array module_list and their corresponding child modules
Overrides:
execute in class NslCmd
Parameters:
module_list -