|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccPluginInfo
public class AccPluginInfo
The IAccPluginInfo interface is for information about a plugin.
| Method Summary | |
|---|---|
AccCommand |
addCommand(int command)
Register a plugin command. |
java.lang.String |
getAboutUrl()
The URL for the remote/local UIplugin about page |
AccCommand |
getCommandById(int command)
Get a registered plugin command. |
AccCommand[] |
getCommands()
The list of commands supported by the plugin |
java.lang.String |
getContentUrl()
The URL to the local UIplugin contents |
java.lang.String |
getDescription()
The description of the plugin |
java.lang.String |
getDownloadUrl()
The URL for the latest version |
boolean |
getEnabled()
Whether the plugin is enabled |
java.lang.String |
getIconUrl()
The URL of the icon for the plugin |
java.lang.String |
getLatestVersion()
The latest version of the plugin |
java.lang.String |
getName()
The friendly name of the plugin |
AccVariant |
getParameter(java.lang.String name)
Gets a parameter from the plugin.xml file. |
AccPlugin |
getPlugin()
The plugin's interface |
java.lang.String |
getPluginUrl()
The URL for the remote/local UIplugin main page |
java.lang.String |
getSettingsUrl()
The URL for the remote/local UIplugin settings |
java.lang.String |
getSmallIconUrl()
The URL of the small icon for the plugin |
boolean |
getStarted()
Whether the plugin has started |
int |
getTrustFlags()
Additional flags about the plugin returned by the AIM server |
AccPluginType |
getType()
The plugin's interface |
java.lang.String |
getUrl()
The plugin URL |
java.lang.String |
getUuid()
Gets plugin UUID. |
java.lang.String |
getVendorName()
The vendor name for the plugin |
java.lang.String |
getVendorUrl()
The vendor URL for the plugin |
AccResult |
getVerificationResult()
Whether the AIM server successfully verified the plugin |
java.lang.String |
getVersion()
The version of the plugin |
void |
removeCommand(int command)
Unregister a plugin command. |
void |
setEnabled(boolean Enabled)
Whether the plugin is enabled |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getUuid()
throws AccException
AccException
public AccCommand getCommandById(int command)
throws AccException
AccException
public AccCommand addCommand(int command)
throws AccException
AccException
public void removeCommand(int command)
throws AccException
AccException
public AccVariant getParameter(java.lang.String name)
throws AccException
AccException
public java.lang.String getName()
throws AccException
AccException
public java.lang.String getVersion()
throws AccException
AccException
public java.lang.String getDescription()
throws AccException
AccException
public java.lang.String getUrl()
throws AccException
AccException
public java.lang.String getVendorName()
throws AccException
AccException
public java.lang.String getVendorUrl()
throws AccException
AccException
public java.lang.String getIconUrl()
throws AccException
AccException
public java.lang.String getSmallIconUrl()
throws AccException
AccException
public AccPluginType getType()
throws AccException
AccException
public boolean getEnabled()
throws AccException
AccException
public void setEnabled(boolean Enabled)
throws AccException
AccException
public AccResult getVerificationResult()
throws AccException
AccException
public int getTrustFlags()
throws AccException
AccException
public boolean getStarted()
throws AccException
AccException
public AccPlugin getPlugin()
throws AccException
AccException
public java.lang.String getLatestVersion()
throws AccException
AccException
public java.lang.String getDownloadUrl()
throws AccException
AccException
public java.lang.String getContentUrl()
throws AccException
AccException
public java.lang.String getPluginUrl()
throws AccException
AccException
public java.lang.String getSettingsUrl()
throws AccException
AccException
public java.lang.String getAboutUrl()
throws AccException
AccException
public AccCommand[] getCommands()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||