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.

Return Value

string

string getVersion()

Get the version.

Return Value

string

string getFullName()

Get the human readable service name with the version.

Return Value

string

DetectorInterface getDetector()

Get a detector instance to determine if this service is active.

Return Value

DetectorInterface

GeneratorInterface getGenerator()

Get the configuration generator instance.

Return Value

GeneratorInterface

StorageInterface getStorage()

Get the storage reader/writer instance.

Return Value

StorageInterface

ConfiguratorInterface getConfigurator()

Get the configurator instance.

Return Value

ConfiguratorInterface