Class UninstallFilter
java.lang.Object
net.sf.basedb.clients.web.extensions.UninstallFilter
- All Implemented Interfaces:
Filter<ExtensionsFile>
Filter implementation that selects only those extensions that
was selected for uninstallation by the user in the gui. Eg. if the request
parameter filename.uninstall is set.
- Since:
- 3.0
- Author:
- Nicklas
- Last modified
- $Date $
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
evaluate
(ExtensionsFile xtFile) Evaluate if the given object should pass the filter or not.
-
Field Details
-
request
-
-
Constructor Details
-
UninstallFilter
-
-
Method Details
-
evaluate
Description copied from interface:Filter
Evaluate if the given object should pass the filter or not.- Specified by:
evaluate
in interfaceFilter<ExtensionsFile>
- Parameters:
xtFile
- The object to evaluate- Returns:
- TRUE if the object passes the filter, FALSE otherwise
-