X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fplugin.rb;h=ed4ea004041a8986a151783707ffec1ff939815f;hp=b0b57505873665a856dcf7ade0eafc4b82cf266a;hb=6f2bc0181c6bb900e37d04ea722beec54486b87e;hpb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;ds=sidebyside diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index b0b5750..ed4ea00 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -14,6 +14,16 @@ module Plugin return @includers end + def runner() + # The Runner associated with this plugin. + raise NotImplementedError + end + + def dummy_runner() + # The RummyRunner associated with this plugin. + raise NotImplementedError + end + def describe_domain(domain) # Provide a "description" of the domain. This is output along # with the domain name and can be anything of use to the system