Package org.ametys.runtime.plugin
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
-
Method Summary
-
Field Details
-
ROLE
Avalon Role
-
-
Method Details
-
init
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
-