Package org.dspace.submit.lookup
Class RemoveLastDotModifier
- java.lang.Object
-
- gr.ekt.bte.core.AbstractModifier
-
- org.dspace.submit.lookup.RemoveLastDotModifier
-
- All Implemented Interfaces:
gr.ekt.bte.core.ProcessingStep
public class RemoveLastDotModifier extends gr.ekt.bte.core.AbstractModifier- Author:
- Andrea Bollini, Kostas Stamatis, Luigi Andrea Pascarelli, Panagiotis Koutsourakis
-
-
Constructor Summary
Constructors Constructor Description RemoveLastDotModifier(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gr.ekt.bte.core.Recordmodify(gr.ekt.bte.core.MutableRecord record)voidsetFieldKeys(List<String> fieldKeys)
-
-
-
Constructor Detail
-
RemoveLastDotModifier
public RemoveLastDotModifier(String name)
- Parameters:
name- modifier name
-
-