org.gudy.azureus2.pluginsimpl.update.sf
Interface SFPluginDetails

All Known Implementing Classes:
SFPluginDetailsImpl

public interface SFPluginDetails

Author:
parg

Method Summary
 String getAuthor()
           
 String getCategory()
           
 String getComment()
           
 String getCVSDownloadURL()
           
 String getCVSVersion()
           
 String getDescription()
           
 String getDownloadURL()
           
 String getId()
           
 String getInfoURL()
           
 String getName()
           
 String getRelativeURLBase()
           
 String getVersion()
           
 

Method Detail

getId

String getId()

getName

String getName()

getCategory

String getCategory()

getVersion

String getVersion()
Returns:
null if version number unknown

getDownloadURL

String getDownloadURL()
                      throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getAuthor

String getAuthor()
                 throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getCVSVersion

String getCVSVersion()
                     throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getCVSDownloadURL

String getCVSDownloadURL()
                         throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getDescription

String getDescription()
                      throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getComment

String getComment()
                  throws SFPluginDetailsException
Throws:
SFPluginDetailsException

getRelativeURLBase

String getRelativeURLBase()

getInfoURL

String getInfoURL()
Returns:
Since:
3.0.1.7