Class EASyInitializer


  • public abstract class EASyInitializer
    extends java.lang.Object
    This singelton class controls the IResourceInitializer for the EASyPeristencer.
    Author:
    El-Sharkawy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IVML_EXTENSION  
      private static net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger LOGGER  
      static java.lang.String VIL_EXTENSION  
      static java.lang.String VTL_EXTENSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      EASyInitializer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setInitializer()
      Registers the ModelUtilitys to the Models, if it was not already done by the descriptive services.
      static void setInitializer​(boolean runsInEclipse)
      Changes the IResourceInitializer of all ModelUtilitys.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IVML_EXTENSION

        public static final java.lang.String IVML_EXTENSION
      • VIL_EXTENSION

        public static final java.lang.String VIL_EXTENSION
      • VTL_EXTENSION

        public static final java.lang.String VTL_EXTENSION
      • LOGGER

        private static final net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger LOGGER
    • Constructor Detail

      • EASyInitializer

        public EASyInitializer()
    • Method Detail

      • setInitializer

        public static void setInitializer()
        Registers the ModelUtilitys to the Models, if it was not already done by the descriptive services.
      • setInitializer

        public static void setInitializer​(boolean runsInEclipse)
        Changes the IResourceInitializer of all ModelUtilitys.
        Parameters:
        runsInEclipse - true if the EclipseResourceInitializer should be used, false if the StandaloneInitializer should be used.