-
- All Known Subinterfaces:
PluginProxy
,TvDataServiceProxy
- All Known Implementing Classes:
AbstractPluginProxy
,AbstractTvDataServiceProxy
,BeanShellPluginProxy
,DefaultTvDataServiceProxy
,JavaPluginProxy
public interface InfoIf
An interface for all classes that supports the getId() and getInfo() methods.- Since:
- 3.0
- Author:
- René Mach
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Gets the Id.PluginInfo
getInfo()
Gets the PluginInfo.java.lang.String
getPluginCategory()
-
-
-
Method Detail
-
getInfo
PluginInfo getInfo()
Gets the PluginInfo.- Returns:
- The plugin info.
-
getId
java.lang.String getId()
Gets the Id.- Returns:
- The Id.
-
getPluginCategory
java.lang.String getPluginCategory()
-
-