File | Last Change |
---|---|
../ | |
EnforceEssentialData__Plugin.java | 1.2 (23 years ago) by pjm2: Added a getDescription method to the class. Now also using the full packet.attributes.blablalba parameter names. |
PluginDemo.java | 1.3 (23 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. |
PluginFilter.java | 1.2 (23 years ago) by pjm2: Added a getDescription() method in the interface for filter plugins. |
PluginFilterManager.java | 1.3 (23 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 (23 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. |