Contains a variety of tools for working on the CLI these include outputting a pre-defined separator as well as table tools etc. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Provides POSIX control functions for daemon processes. This set of methods is for forking processes. It will create PID files (a text file containing the process ID) on successful launch of the process. WARNING: Under no circumstance should this clas... More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a set of aliases for a command. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a set of commands to be executed within a command or application. The command chain can only hold one type of command, unless the object properties are different (e.g. different command pattern). // example of setting up command chain $oChain =... More »
Posted in Cli on 19 Nov 2009 @ 20:30
Allows alternative config files to be read and imported into the systemConfig. This command MUST come before other commands that need the modified config data. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Handles the keyword 'delete' with a variable number of 'delete' objects assigned at runtime. Allows for the handling to be consistent and re-used but the object types to change. More »
Posted in Cli on 19 Nov 2009 @ 20:30