ServiceInterface
interface ServiceInterface (View source)
Methods
string
getName()
Get the human readable service name.
string
getVersion()
Get the version.
string
getFullName()
Get the human readable service name with the version.
getDetector()
Get a detector instance to determine if this service is active.
getGenerator()
Get the configuration generator instance.
getStorage()
Get the storage reader/writer instance.
getConfigurator()
Get the configurator instance.
Details
string
getName()
Get the human readable service name.
string
getVersion()
Get the version.
string
getFullName()
Get the human readable service name with the version.
DetectorInterface
getDetector()
Get a detector instance to determine if this service is active.
GeneratorInterface
getGenerator()
Get the configuration generator instance.
StorageInterface
getStorage()
Get the storage reader/writer instance.
ConfiguratorInterface
getConfigurator()
Get the configurator instance.