Class PluginsLivePopulator

All Implemented Interfaces:
LogEnabled, LivePopulator, Serviceable

LivePopulator for synchronizing '/ametys:root/ametys:plugins'.
  • Constructor Details

  • Method Details

    • populate

      public List<String> populate(javax.jcr.Session session, javax.jcr.Session liveSession) throws Exception
      Description copied from interface: LivePopulator
      Populates the live workspace.
      Specified by:
      populate in interface LivePopulator
      Overrides:
      populate in class ContentsLivePopulator
      Parameters:
      session - the session on the default workspace.
      liveSession - the session on the live workspace.
      Returns:
      A list of error technical messages. A message can use \n for carriage return.
      Throws:
      Exception - if an error occurs.