Package com.openindex.openestate.tool
Class ImmoToolPlugin
- java.lang.Object
-
- org.pf4j.Plugin
-
- com.openindex.openestate.tool.ImmoToolPlugin
-
- Direct Known Subclasses:
ImmoToolProjectPlugin
,ManualPlugin
public abstract class ImmoToolPlugin extends org.pf4j.Plugin
ImmoToolPlugin.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImmoToolPlugin(org.pf4j.PluginWrapper wrapper)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
URI
getAuthorWebsite()
String
getDescription()
org.pf4j.PluginDescriptor
getDescriptor()
ImageIcon
getIcon()
abstract String
getId()
String
getLicense()
String
getProperty(String key)
String
getProperty(String key, String defaultValue)
String[]
getRequiredPlugins()
String
getResourcePath()
String
getTitle()
String
getVersion()
URI
getWebsite()
boolean
isAllowed()
boolean
isLicensed()
boolean
isUsable()
-
-
-
Method Detail
-
getAuthor
public String getAuthor()
-
getAuthorWebsite
public URI getAuthorWebsite()
-
getDescription
public String getDescription()
-
getDescriptor
public org.pf4j.PluginDescriptor getDescriptor()
-
getIcon
public ImageIcon getIcon()
-
getId
public abstract String getId()
-
getLicense
public String getLicense()
-
getRequiredPlugins
public String[] getRequiredPlugins()
-
getResourcePath
public String getResourcePath()
-
getTitle
public String getTitle()
-
getVersion
public String getVersion()
-
getWebsite
public URI getWebsite()
-
isAllowed
public boolean isAllowed()
-
isLicensed
public boolean isLicensed()
-
isUsable
public boolean isUsable()
-
-