This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 24738 - [audit] support dynamic extension
Summary: [audit] support dynamic extension
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: nczempin
URL:
Keywords:
Depends on: 24702
Blocks:
  Show dependency tree
 
Reported: 2002-06-13 12:38 UTC by nczempin
Modified: 2002-07-19 15:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nczempin 2002-06-13 12:38:32 UTC
It should be possible to externally extend the Rulebase.
Comment 1 nczempin 2002-06-13 21:15:59 UTC
It is possible to do that by implementing the 
org.netbeans.modules.audit.rules.Rule interface and adding a the 
implementation to NetBeans via e. g.
       <file 
name="org.yourorg.yourRule.instance">
        <attr 
name="instanceClass" stringvalue="org.yourorg.yourRule"/>
        
</file>

in the <filesystem>
  <folder name="Services">
    <folder 
name="Hidden">

section of the mf-layer.