Package com.biglybt.pifimpl.update.sf
Interface SFPluginDetails
- All Known Implementing Classes:
SFPluginDetailsImpl
public interface SFPluginDetails
-
Method Details
-
getId
String getId() -
getName
String getName() -
getCategory
String getCategory() -
getVersion
String getVersion()- Returns:
- null if version number unknown
-
getDownloadURL
- Throws:
SFPluginDetailsException
-
getAuthor
- Throws:
SFPluginDetailsException
-
getCVSVersion
- Throws:
SFPluginDetailsException
-
getCVSDownloadURL
- Throws:
SFPluginDetailsException
-
getDescription
- Throws:
SFPluginDetailsException
-
getComment
- Throws:
SFPluginDetailsException
-
getRelativeURLBase
String getRelativeURLBase() -
getInfoURL
String getInfoURL()- Returns:
- Since:
- 3.0.1.7
-