NAP
Public Member Functions | Public Attributes | List of all members
LicenseConfiguration Class Reference

#include <licenseservice.h>

Public Member Functions

virtual rtti::TypeInfo getServiceType () const override
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual bool init (utility::ErrorState &errorState)
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 

Public Attributes

std::string mDirectory = "{PROJECT_DIR}/license"
 Property: 'LicenseDirectory' directory that contains the .license and .key files. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 

Description

Tells the 'LicenseService' where to find the license and key (signature) files The license and key must be generated using the 'licensegenerator'

Inheritance diagram for LicenseConfiguration:
[legend]
Collaboration diagram for LicenseConfiguration:
[legend]

Member Function Documentation

◆ getServiceType()

virtual rtti::TypeInfo getServiceType ( ) const
overridevirtual
Returns
The Service type associated with this configuration.

Implements ServiceConfiguration.

Member Data Documentation

◆ mDirectory

std::string mDirectory = "{PROJECT_DIR}/license"

Property: 'LicenseDirectory' directory that contains the .license and .key files.