Implementation of a simple plugin system and a FileSearch class

This commit is contained in:
Ziver Koc 2014-04-18 23:18:16 +00:00
parent 693a629db6
commit 78205d97af
7 changed files with 296 additions and 12 deletions

View 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",
}
}