| File | Last Change | 
|---|---|
|  ../ | |
|  EnforceEssentialData__Plugin.java | 1.2 (24 years ago) by pjm2: Added a getDescription method to the class. Now also using the full packet.attributes.blablalba parameter names. | 
|  PluginFilter.java | 1.2 (24 years ago) by pjm2: Added a getDescription() method in the interface for filter plugins. | 
|  PluginDemo.java | 1.3 (24 years ago) by pjm2: Altered the PluginFilterManager such that when it successfully adds each plugin filter to the plugin filter pipeline, it prints a description of what each plugin filter does. There is now a single getInstance() method on the PluginFilterManager that returns a reference to itself. If an instance of it does not already exist, then it calls its own private constructor. | 
|  PluginFilterManager.java | 1.3 (24 years ago) by pjm2: Altered the PluginFilterManager such that when it successfully adds each plugin filter to the plugin filter pipeline, it prints a description of what each plugin filter does. There is now a single getInstance() method on the PluginFilterManager that returns a reference to itself. If an instance of it does not already exist, then it calls its own private constructor. | 
|  XMLPacket.java | 1.1 (24 years ago) by pjm2: An experimental Plugin Filter Pipeline "proof of concept" Demonstration. Run "java PluginDemo" to see what it does. PluginFilters implement the PluginFilter interface. |