Uses of Class
com.ail.core.CommandScript

Packages that use CommandScript
com.ail.core.configure.server   
 

Uses of CommandScript in com.ail.core.configure.server
 

Methods in com.ail.core.configure.server that return CommandScript
 CommandScript SetCommandScriptCommand.getCommandScriptArg()
          Fetch the value of the commandScriptArg argument.
 CommandScript SetCommandScriptArgImp.getCommandScriptArg()
          Fetch the value of the commandScriptArg argument.
 CommandScript SetCommandScriptArg.getCommandScriptArg()
          Fetch the value of the commandScriptArg argument.
 CommandScript GetCommandScriptCommand.getCommandScriptRet()
          Fetch the value of the commandScriptRet argument.
 CommandScript GetCommandScriptArgImp.getCommandScriptRet()
          Fetch the value of the commandScriptRet argument.
 CommandScript GetCommandScriptArg.getCommandScriptRet()
          Fetch the value of the commandScriptRet argument.
 

Methods in com.ail.core.configure.server with parameters of type CommandScript
 void SetCommandScriptCommand.setCommandScriptArg(CommandScript commandscriptarg)
          Set the value of the commandScriptArg argument.
 void SetCommandScriptArgImp.setCommandScriptArg(CommandScript commandScriptArg)
          Set the value of the commandScriptArg argument.
 void SetCommandScriptArg.setCommandScriptArg(CommandScript commandScriptArg)
          Set the value of the commandScriptArg argument.
 void GetCommandScriptCommand.setCommandScriptRet(CommandScript commandscriptret)
          Set the value of the commandScriptRet argument.
 void GetCommandScriptArgImp.setCommandScriptRet(CommandScript commandScriptRet)
          Set the value of the commandScriptRet argument.
 void GetCommandScriptArg.setCommandScriptRet(CommandScript commandScriptRet)
          Set the value of the commandScriptRet argument.