Package org.eclipse.epsilon.emc.emf
Class EmfModelPropertyMigratorTests.UriPropertyMigratorTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.emf.EmfModelPropertyMigratorTests.UriPropertyMigratorTests
-
- Direct Known Subclasses:
EmfModelPropertyMigratorTests.MetamodelFilePropertyMigratorTests,EmfModelPropertyMigratorTests.ModelFilePropertyMigratorTests
- Enclosing class:
- EmfModelPropertyMigratorTests
public abstract static class EmfModelPropertyMigratorTests.UriPropertyMigratorTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UriPropertyMigratorTests()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclearProperties()voidfileURIRemainsAFileUri()protected abstract java.lang.StringgetFileSystemPath()protected org.eclipse.emf.common.util.URIgetFileUri()protected abstract org.eclipse.emf.common.util.URIgetPlatformResourceUri()protected abstract java.lang.StringgetUnqualifiedUri()protected abstract java.lang.StringkeyOfNewProperty()protected abstract java.lang.StringkeyOfOldProperty()voidnewPropertyIsNotOverwrittenWhenItAlreadyHasAValue()voidnothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()voidnothingIsInferredWhenThereIsNoLegacyProperty()voidplatformResourceURIRemainsAPlatformResourceUri()voidunqualifiedUriBecomesAPlatformResourceUri()
-
-
-
Method Detail
-
clearProperties
public void clearProperties()
-
getUnqualifiedUri
protected abstract java.lang.String getUnqualifiedUri()
-
getPlatformResourceUri
protected abstract org.eclipse.emf.common.util.URI getPlatformResourceUri()
-
getFileSystemPath
protected abstract java.lang.String getFileSystemPath()
-
getFileUri
protected org.eclipse.emf.common.util.URI getFileUri()
-
unqualifiedUriBecomesAPlatformResourceUri
public void unqualifiedUriBecomesAPlatformResourceUri() throws java.lang.Exception- Throws:
java.lang.Exception
-
platformResourceURIRemainsAPlatformResourceUri
public void platformResourceURIRemainsAPlatformResourceUri() throws java.lang.Exception- Throws:
java.lang.Exception
-
fileURIRemainsAFileUri
public void fileURIRemainsAFileUri() throws java.lang.Exception- Throws:
java.lang.Exception
-
nothingIsInferredWhenThereIsNoLegacyProperty
public void nothingIsInferredWhenThereIsNoLegacyProperty()
-
nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString
public void nothingIsInferredWhenTheLegacyPropertyIsAnEmptyString()
-
newPropertyIsNotOverwrittenWhenItAlreadyHasAValue
public void newPropertyIsNotOverwrittenWhenItAlreadyHasAValue()
-
keyOfOldProperty
protected abstract java.lang.String keyOfOldProperty()
-
keyOfNewProperty
protected abstract java.lang.String keyOfNewProperty()
-
-