Class AuthorMetadataProcessorService
- java.lang.Object
-
- org.dspace.importer.external.metadatamapping.transform.AuthorMetadataProcessorService
-
- All Implemented Interfaces:
MetadataProcessorService
public class AuthorMetadataProcessorService extends Object implements MetadataProcessorService
Removes the last point from an author name.- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Constructor Summary
Constructors Constructor Description AuthorMetadataProcessorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprocessMetadataValue(String value)Strip a given value of its last dot (.)
-
-
-
Method Detail
-
processMetadataValue
public String processMetadataValue(String value)
Strip a given value of its last dot (.)- Specified by:
processMetadataValuein interfaceMetadataProcessorService- Parameters:
value- the value to run the processing over- Returns:
- The initial param with its ending dot stripped
-
-