Class Registry.Init

  • Enclosing class:
    Registry

    public abstract static class Registry.Init
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Init()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getExtensionName()
      null, if this init is valid for all extensions, or an extension name
      protected abstract void startup()
      called before platform is started up and before a system initialization begins
      • Methods inherited from class java.lang.Object

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

      • Init

        public Init()
    • Method Detail

      • startup

        protected abstract void startup()
        called before platform is started up and before a system initialization begins
      • getExtensionName

        protected java.lang.String getExtensionName()
        null, if this init is valid for all extensions, or an extension name
        Returns:
        the extension name