Interface Init

All Known Implementing Classes:
CreateReaderProfileInit, Init, Init, Init, Init, MigrateCoursePart, MigrateNatureEnseignement, PopulateOdfTableRef, SchedulerInit, SolrCoreInit, SqlTablesInit

public interface Init
Interface for runtime initialization classes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Avalon Role
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to be implemented by user Init class.
  • Field Details

  • Method Details

    • init

      void init() throws Exception
      Method to be implemented by user Init class. Here you should manage the business part of your application init. As an Avalon component, class extending this interface have access to all Cocoon-managed components, all plugins, ...
      Throws:
      Exception - if an error occurs