org.gudy.azureus2.pluginsimpl.update.sf.impl2
Class SFPluginDetailsImpl
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.update.sf.impl2.SFPluginDetailsImpl
- All Implemented Interfaces: 
 - SFPluginDetails
 
public class SFPluginDetailsImpl
- extends Object
- implements SFPluginDetails
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SFPluginDetailsImpl
protected SFPluginDetailsImpl(SFPluginDetailsLoaderImpl _loader,
                              String _id,
                              String _version,
                              String _cvs_version,
                              String _name,
                              String _category)
setDetails
protected void setDetails(String _download_url,
                          String _author,
                          String _cvs_download_url,
                          String _desc,
                          String _comment,
                          String _info_url)
 
 
isFullyLoaded
protected boolean isFullyLoaded()
 
 
checkLoaded
protected void checkLoaded()
                    throws SFPluginDetailsException
 
- Throws:
 SFPluginDetailsException
 
getId
public String getId()
- Specified by:
 getId in interface SFPluginDetails
 
 
getName
public String getName()
- Specified by:
 getName in interface SFPluginDetails
 
 
getCategory
public String getCategory()
- Specified by:
 getCategory in interface SFPluginDetails
 
 
getVersion
public String getVersion()
- Specified by:
 getVersion in interface SFPluginDetails
 
- Returns:
 - null if version number unknown
 
 
getDownloadURL
public String getDownloadURL()
                      throws SFPluginDetailsException
- Specified by:
 getDownloadURL in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getAuthor
public String getAuthor()
                 throws SFPluginDetailsException
- Specified by:
 getAuthor in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getCVSVersion
public String getCVSVersion()
                     throws SFPluginDetailsException
- Specified by:
 getCVSVersion in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getCVSDownloadURL
public String getCVSDownloadURL()
                         throws SFPluginDetailsException
- Specified by:
 getCVSDownloadURL in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getDescription
public String getDescription()
                      throws SFPluginDetailsException
- Specified by:
 getDescription in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getComment
public String getComment()
                  throws SFPluginDetailsException
- Specified by:
 getComment in interface SFPluginDetails
 
- Throws:
 SFPluginDetailsException
 
getRelativeURLBase
public String getRelativeURLBase()
- Specified by:
 getRelativeURLBase in interface SFPluginDetails
 
 
getInfoURL
public String getInfoURL()
- Specified by:
 getInfoURL in interface SFPluginDetails
 
- Returns: