Base class for all the modules in the nest system.
Class NestModule( instance )
Specifically, this exposes some common properties and behavior for the Services and the Data Managers.
Properties | |
configuration | Set of configuration values to be used by configuration binder. |
homedir | Set by nest at load time. |
instance | Allows multiple instances |
Methods | |
fullName | Returns the full name of the service. |
Set of configuration values to be used by configuration binder.
Set by nest at load time.
This is the path where the "main.fal" service file was found. Skins and other resource files are relative to that directory.
Allows multiple instances
Returns the full name of the service.
fullName()