org.eclipse.emf.ecp.view.edapt
Class CustomMigrationHelper

java.lang.Object
  extended by org.eclipse.emf.ecp.view.edapt.CustomMigrationHelper

public final class CustomMigrationHelper
extends Object

Helper class for accessing the bundle which registers a custom migration.

Author:
jfaltermeier

Method Summary
 String getBundleNameForClass(String clazz)
          Returns the name of the bundle which contains the custom migration.
static CustomMigrationHelper getInstance()
          Returns the instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CustomMigrationHelper getInstance()
Returns the instance.

Returns:
the instance

getBundleNameForClass

public String getBundleNameForClass(String clazz)
Returns the name of the bundle which contains the custom migration.

Parameters:
clazz - the fully qualified class name of the custom migration.
Returns:
the bundle name


Copyright © 2015. All Rights Reserved.