public final class PluginInfo extends Object
Constructor and Description |
---|
PluginInfo()
Creates the default PluginVersion instance.
|
PluginInfo(Class caller,
String name)
Creates an instance of PluginInfo with the
default values and the given name.
|
PluginInfo(Class caller,
String name,
String desc)
Creates an instance of PluginInfo with the
default values and the given name and description.
|
PluginInfo(Class caller,
String name,
String desc,
String author)
Creates an instance of PluginInfo with the
default values and the given name, description and author.
|
PluginInfo(Class caller,
String name,
String desc,
String author,
String license)
Creates an instance of PluginInfo with the
default values and the given name, description, author,
the help url and license.
|
PluginInfo(Class caller,
String name,
String desc,
String author,
String license,
String helpUrl)
Creates an instance of PluginInfo with the
default values and the given name, description, author,
the help url and license.
|
PluginInfo(String name)
Deprecated.
since 2.6 Use
PluginInfo(Class, String) instead. |
PluginInfo(String name,
String desc)
Deprecated.
since 2.6 Use
PluginInfo(Class, String, String) instead. |
PluginInfo(String name,
String desc,
String author)
Deprecated.
since 2.6 Use
PluginInfo(Class, String, String, String) instead. |
PluginInfo(String name,
String desc,
String author,
Version version)
Deprecated.
since 2.6 Use
PluginInfo(Class, String, String, String) instead
and if this is for a Plugin let your Plugin hide Plugin.getVersion() . |
PluginInfo(String name,
String desc,
String author,
Version version,
String license)
Deprecated.
since 2.6 Use
PluginInfo(Class, String, String, String, String, String) instead
and if this is for a Plugin let your Plugin hide Plugin.getVersion() . |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author of the plugin.
|
String |
getDescription()
Gets the description of the plugin.
|
String |
getHelpUrl()
Gets the help url for the plugin.
|
static String |
getHelpUrl(String id)
get the help URL (in the wiki) for a plugin
|
String |
getLicense()
Gets the license of the plugin.
|
String |
getName()
Gets the name of the plugin.
|
Version |
getVersion()
Gets the version of the plugin.
|
public PluginInfo(String name)
PluginInfo(Class, String)
instead.name
- The name of the plugin.public PluginInfo(String name, String desc)
PluginInfo(Class, String, String)
instead.name
- The name of the plugin.desc
- The description for the plugin.public PluginInfo(String name, String desc, String author)
PluginInfo(Class, String, String, String)
instead.name
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.public PluginInfo(String name, String desc, String author, Version version)
PluginInfo(Class, String, String, String)
instead
and if this is for a Plugin let your Plugin hide Plugin.getVersion()
.name
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.version
- The version of the plugin.public PluginInfo(String name, String desc, String author, Version version, String license)
PluginInfo(Class, String, String, String, String, String)
instead
and if this is for a Plugin let your Plugin hide Plugin.getVersion()
.name
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.version
- The version of the plugin.license
- The lincense of the plugin.public PluginInfo()
public PluginInfo(Class caller, String name)
caller
- The class that want to create this PluginInfoname
- The name of the plugin.public PluginInfo(Class caller, String name, String desc)
caller
- The class that want to create this PluginInfoname
- The name of the plugin.desc
- The description for the plugin.public PluginInfo(Class caller, String name, String desc, String author)
caller
- The class that want to create this PluginInfoname
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.public PluginInfo(Class caller, String name, String desc, String author, String license)
caller
- The class that want to create this PluginInfoname
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.license
- The lincense of the plugin.
since 2.6public PluginInfo(Class caller, String name, String desc, String author, String license, String helpUrl)
caller
- The class that want to create this PluginInfoname
- The name of the plugin.desc
- The description for the plugin.author
- The author of the plugin.helpUrl
- The url where to find help for the plugin.license
- The lincense of the plugin.
since 2.6public String getName()
public String getDescription()
public String getAuthor()
public String getHelpUrl()
public Version getVersion()
public String getLicense()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)