Implementation of a simple plugin system and a FileSearch class
This commit is contained in:
parent
693a629db6
commit
78205d97af
7 changed files with 296 additions and 12 deletions
8
src/zutil/plugin/plugin.json.example
Normal file
8
src/zutil/plugin/plugin.json.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
version = 1.0,
|
||||
name = "Nice name of Plugin"
|
||||
interfaces = {
|
||||
"plugin.interface.class" = "plugin.implementation.class",
|
||||
"wa.server.plugin.WAFrontend" = "wa.server.plugin.apache.ApacheFrontend",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue