com.jalios.jcms.policy
Interface PluginPolicyFilter
- All Superinterfaces: 
 - Comparable, PluginComponent, PolicyFilter
 
- All Known Implementing Classes: 
 - BasicPluginPolicyFilter
 
public interface PluginPolicyFilter
- extends PolicyFilter
 
 
| 
Method Summary | 
 void | 
deployPlugin(Plugin plugin,
             String archiveName)
 
          Called after given plugin deployement to execute
 specific actions | 
 void | 
setupPlugin(Plugin plugin)
 
          Called after given plugin setup to execute
 specific actions | 
 void | 
uninstallPlugin(Plugin plugin)
 
          Called after given plugin uninstall to execute
 specific actions | 
 
 
 
REVISION
static final String REVISION
- See Also:
 - Constant Field Values
 
setupPlugin
void setupPlugin(Plugin plugin)
- Called after given plugin setup to execute
 specific actions
 
- Parameters:
 plugin - the setuped plugin
 
 
deployPlugin
void deployPlugin(Plugin plugin,
                  String archiveName)
- Called after given plugin deployement to execute
 specific actions
 
- Parameters:
 plugin - the deployed pluginarchiveName - the deployed archive name
 
 
uninstallPlugin
void uninstallPlugin(Plugin plugin)
- Called after given plugin uninstall to execute
 specific actions
 
- Parameters:
 plugin - the uninstaled plugin
 
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.