com.atlassian.confluence.it.plugin
Interface UploadablePlugin

All Known Implementing Classes:
ClasspathUploadablePlugin, MavenUploadablePlugin, SpringComponentUploadablePlugin

public interface UploadablePlugin

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


Method Summary
 java.lang.String getDisplayName()
           
 java.io.File getFile()
           
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Returns:
the full name of the plugin, used to ensure that the plugin was uploaded successfully

getFile

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.