Package net.sf.basedb.util.fileset
Class ResetMetadataRenderer
java.lang.Object
net.sf.basedb.util.extensions.AbstractRenderer<ValidationAction>
net.sf.basedb.util.fileset.ResetMetadataRenderer
- All Implemented Interfaces:
Renderer<ValidationAction>
Renderer implementation for resetting metadata for the members of a file set.
- Since:
- 3.0
- Author:
- Nicklas
- Last modified
- $Date: 2023-02-22 08:58:38 +0100 (Wed, 22 Feb 2023) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionResetMetadataRenderer
(List<ValidatingFileSetMember> members) Create a new renderer instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(ValidationAction action, Extension<? extends ValidationAction> ext) Render the action in the client application.Methods inherited from class net.sf.basedb.util.extensions.AbstractRenderer
render
-
Field Details
-
members
-
-
Constructor Details
-
ResetMetadataRenderer
Create a new renderer instance.- Parameters:
members
- A list with the members of the file set that should have their metadata reset
-
-
Method Details
-
render
Description copied from interface:Renderer
Render the action in the client application.The default implementation of this method simply call the
Renderer.render(Action)
method.- Parameters:
action
- The action to render
-