Constructor for the Service
.
Context of the code execution.
Info of the service.
Type of service.
List of service schemas.
Context of the code execution.
Info of the service.
List of service schemas.
Type of service.
Returns the service directory.
Path to the directory.
Create the .gitignore file.
Creates ignore files.
Create the README.md file.
Get a schema based on the identifier
.
Identifier of the Schema
to get.
Schema
to return.
Makes the lines for file headers.
Name of the file.
Lines for file headers.
Make the ingore components to get sent to the ignore generation service.
Ignore components.
Make the lines for the README file.
Array of lines for the README.
Event listener for after an initialization.
Event listener for after a version bump.
Read the contents of the template file.
Scope of the service.
Template name.
Template contents.
Removes a Schema
from it's identifier
.
identifier
of the Schema
to remove.
true
if the Schema
was removed.
Serialize a Service instance into an object.
Javascript object.
Writes the current Service from memory to disk.
true
if successfull.
Deserialize an object into an Service
instance.
Use: executionContext
: Path to the service.yaml.
Use: data
: Javascript object of the Info
.
Service context object.
Return the inital data for the base Service Context.
Service identifier.
User using the service.
Initialize data.
Make a Service
object.
Data for the Service
object.
User instance.
New Service
object.
Generated using TypeDoc
Abstract class to represent a service.