org.eclipse.emf.emfstore.internal.server.model.versioning.impl.persistent
Interface ChangePackageContainer

All Known Implementing Classes:
ProjectSpaceBase, ProjectSpaceImpl

public interface ChangePackageContainer

Interfaces for types that own an instance of an AbstractChangePackage. author emueller


Method Summary
 org.eclipse.emf.common.util.URI getChangePackageUri()
          Returns the normalized URI of the change package.
 void setChangePackage(AbstractChangePackage changePackage)
          Set the given change package.
 

Method Detail

setChangePackage

void setChangePackage(AbstractChangePackage changePackage)
Set the given change package.

Parameters:
changePackage - the new change package to be set

getChangePackageUri

org.eclipse.emf.common.util.URI getChangePackageUri()
Returns the normalized URI of the change package.

Returns:
the URI of the change package


Copyright © 2016. All Rights Reserved.