DeploymentPlugin.java | Interface | DeploymentPlugin is an SPI providing all the functionality and UI necessary to handle one deployment type (deployment method) to the NetBeans Mobility.
The plugin provides:
- deployment method name and display name
- set of global properties, their default values, and customizer (for usage in Mobility Deployment Manager)
- set of project properties, their default values, and customizer (for usage in each project customizer)
Default deployment plugins bundled with NetBeans Mobility are for example: Copy, Ftp, Scp, WebDAV, SonyEricsson, etc.... |