ProjextRunner
Extends:
Jimple → ProjextRunner
This is the plugin own dependency injection cotainer. Different from most of the other plugins, this one is a little bit more complex as it is prepare to run with and without projext present.
Method Summary
Public Methods | ||
public |
cli() Starts the plugin CLI interface. |
|
public |
This is called when projext is present and tries to load the plugin. |
Public Methods
public plugin(projext: Projext) source
This is called when projext is present and tries to load the plugin. It will call the service that handles all interaction with projext and that will take care of registering the necessary events to maintain the runner file updated.
Params:
Name | Type | Attribute | Description |
projext | Projext | The projext main container. |