Class AuthorMetadataProcessorService
java.lang.Object
org.dspace.importer.external.metadatamapping.transform.AuthorMetadataProcessorService
- All Implemented Interfaces:
MetadataProcessorService
Removes the last point from an author name.
- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessMetadataValue(String value) Strip a given value of its last dot (.)
-
Constructor Details
-
AuthorMetadataProcessorService
public AuthorMetadataProcessorService()
-
-
Method Details
-
processMetadataValue
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
-