Chapter 26. Plug-in developer
Prev
Part IV. Developer documentation
Next
Chapter 26. Plug-in developer
Table of Contents
26.1. How to organize your plug-in project
26.1.1. Using Ant
26.1.2. With Eclipse
26.1.3. Make the plug-in compatible with the auto-installation wizard
26.2. The Plug-in API
26.2.1. The main plug-in interfaces
26.2.2. How the BASE core interacts with the plug-in when...
26.2.3. Using custom JSP pages for parameter input
26.3. Import plug-ins
26.3.1. Autodetect file formats
26.3.2. The AbstractFlatFileImporter superclass
26.4. Export plug-ins
26.4.1. Immediate download of exported data
26.4.2. The AbstractExporterPlugin class
26.5. Analysis plug-ins
26.5.1. The AbstractAnalysisPlugin class
26.5.2. The AnalysisFilterPlugin interface
26.6. Other plug-ins
26.6.1. Authentication plug-ins
26.6.2. Secondary file storage plugins
26.6.3. File unpacker plug-ins
26.6.4. File packer plug-ins
26.6.5. File validator and metadata reader plug-ins
26.7. Enable support for aborting a running a plug-in
26.8. How BASE load plug-in classes
26.9. Example plug-ins (with download)