Difference between revisions of "Injection Management"
(→Plugin Folders) |
(→See also) |
||
Line 30: | Line 30: | ||
== See also == | == See also == | ||
− | * [[Create_UBIK_Plugin|Create your own plugin]] | + | * [[HowTo:Create_UBIK_Plugin|Create your own plugin]] |
[[Category:Injecting]] | [[Category:Injecting]] | ||
{{Version|2.4.1}} | {{Version|2.4.1}} |
Revision as of 15:01, 19 March 2015
The Injection Manamgent in UBIK® provides the possibility to extend the standard functionality of UBIK® on demand. This extends the system to include project a/o customer specific implementations (like project specific Workflow activities) and supports the UBIK® admin to solve project/customer specific problems.
Contents
Supported Applications
Injection Management is supported by following UBIK® Applications:
Supported Plugin Types
The following plugin types are supported:
Plugin Folders
Following folders are scanned for available plugins as default:
- [UBIK Installation Folder]\Injection
- %LocalAppData%\Augmensys\UBIK\CUSTOM\[Project Folder]\Injection
Additional folders can be added via the privatePath parameter of the probing element in the config file:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;Injection"/>
<assemblyBinding
</runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;Injection"/>
<assemblyBinding
</runtime>
Loaded Plugins
You can find a list of all currently loaded and available Plugins in UBIKSTUDIO by accessing the Plugin Dialog via View → Plugins