Class AbstractDummyHandledFileConverter<E extends SimulationElement<?>>

    • Constructor Detail

      • AbstractDummyHandledFileConverter

        public AbstractDummyHandledFileConverter()
    • Method Detail

      • init

        public void init()
        Just after Silverpeas server start, this method is called. The content of this method consists to register the class instance into DummyHandledFileConverterRegistration.
        Specified by:
        init in interface Initialization
      • release

        public void release()
        Just before Silverpeas server stop, this method is called. The content of this method consists to unregister the class instance from DummyHandledFileConverterRegistration.
        Specified by:
        release in interface Initialization