public class DefaultOperationAuthorProvider extends Object implements OperationAuthorProvider
| Constructor and Description |
|---|
DefaultOperationAuthorProvider(List<AbstractChangePackage> leftChanges,
List<AbstractChangePackage> rightChanges)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor(AbstractOperation operation)
Get the author for the given operation.
|
public DefaultOperationAuthorProvider(List<AbstractChangePackage> leftChanges, List<AbstractChangePackage> rightChanges)
leftChanges - a
list of change packagesrightChanges - another list of change packagespublic String getAuthor(AbstractOperation operation)
getAuthor in interface OperationAuthorProvideroperation - the operationOperationAuthorProvider.getAuthor(org.eclipse.emf.emfstore.internal.server.model.versioning.operations.AbstractOperation)Copyright © 2017. All rights reserved.