Class Registration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean registered  
    • Constructor Summary

      Constructors 
      Constructor Description
      Registration()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate​(org.osgi.service.component.ComponentContext context)
      Private method to activate plugin.
      void addLocation​(java.io.File location, ProgressObserver observer)
      Adds a model location to the end of the list of existing locations.
      void addLocationToFront​(java.io.File location, ProgressObserver observer)
      Adds a model location to the beginning of the list of existing locations.
      protected void deactivate​(org.osgi.service.component.ComponentContext context)
      Private method to to de-activate plugin.
      static void register()
      Registers the model serialization and instantiators.
      void registerLoader​(ProgressObserver observer)
      Registers the default model loader instance.
      void removeLocation​(java.io.File location, ProgressObserver observer)
      Adds a model location.
      void unregisterLoader​(ProgressObserver observer)
      Unregisters the default model loader.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait