com.atlassian.confluence.it.plugin
Interface UploadablePlugin

All Superinterfaces:
Plugin
All Known Implementing Classes:
ClasspathUploadablePlugin, MavenUploadablePlugin, SpringComponentUploadablePlugin

public interface UploadablePlugin
extends Plugin

A plugin that can be uploaded into Confluence via the web interface.


Field Summary
 
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
 
Method Summary
 File getFile()
           
 
Methods inherited from interface com.atlassian.confluence.it.plugin.Plugin
getDisplayName, getKey
 

Method Detail

getFile

File getFile()
Returns:
the JAR file of the plugin to upload.


Copyright © 2003-2012 Atlassian. All Rights Reserved.