Class IgnoreFileProcessor

java.lang.Object
net.sf.basedb.util.extensions.manager.processor.IgnoreFileProcessor
All Implemented Interfaces:
ExtensionsFileProcessor

public class IgnoreFileProcessor
extends Object
implements ExtensionsFileProcessor
Processor implementation for ignoring files. This processor need to be done in two steps due to ordering issues when an already installed extension has been selected for both uninstallation and ignoring.

The first step is executed via the manager: ExtensionsManager.processFiles(ExtensionsFileProcessor) and should be done before the UninstalledFileProcessor is exectued.

The second step is either automatically executed when all files have been processed or by calling finalizeRegistration(ExtensionsManager) and should be done as the last step of the installation procedure.

Since:
3.10
Author:
Nicklas