org.eclipse.emf.emfstore.internal.client.startup
Class ProjectSpaceRule

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.startup.ProjectSpaceRule
All Implemented Interfaces:
UpdateXMIAttributeRule

public class ProjectSpaceRule
extends Object
implements UpdateXMIAttributeRule

Migration rule to update a reference to a projectspace.

Author:
jfaltermeier

Constructor Summary
ProjectSpaceRule()
           
 
Method Summary
 String getNewAttribute(String oldHRef)
          Computes the the new attribute based on the old value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSpaceRule

public ProjectSpaceRule()
Method Detail

getNewAttribute

public String getNewAttribute(String oldHRef)
Computes the the new attribute based on the old value.

Specified by:
getNewAttribute in interface UpdateXMIAttributeRule
Parameters:
oldHRef - the attribute before migration
Returns:
the attribute to be used after migration
See Also:
UpdateXMIAttributeRule.getNewAttribute(java.lang.String)


Copyright © 2015. All Rights Reserved.