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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
Method to be implemented by user Init class.
-
-
-
Method Detail
-
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
-
-