3.1.2: 2012-07-31

net.sf.basedb.util.fileset
Class ResetMetadataRenderer

java.lang.Object
  extended by net.sf.basedb.util.fileset.ResetMetadataRenderer
All Implemented Interfaces:
Renderer<ValidationAction>

public class ResetMetadataRenderer
extends Object
implements Renderer<ValidationAction>

Renderer implementation for resetting metadata for the members of a file set.

Since:
3.0
Author:
Nicklas
Last modified
$Date: 2011-05-06 14:09:13 +0200 (Fri, 06 May 2011) $

Field Summary
private  List<ValidatingFileSetMember> members
           
 
Constructor Summary
ResetMetadataRenderer(List<ValidatingFileSetMember> members)
          Create a new renderer instance.
 
Method Summary
 void render(ValidationAction action)
          Render the action in the client application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

members

private final List<ValidatingFileSetMember> members
Constructor Detail

ResetMetadataRenderer

public ResetMetadataRenderer(List<ValidatingFileSetMember> members)
Create a new renderer instance.

Parameters:
members - A list with the members of the file set that should have their metadata reset
Method Detail

render

public void render(ValidationAction action)
Description copied from interface: Renderer
Render the action in the client application.

Specified by:
render in interface Renderer<ValidationAction>
Parameters:
action - The action to render

3.1.2: 2012-07-31