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.PluginImmoToolPlugin.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImmoToolPlugin(org.pf4j.PluginWrapper wrapper)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()URIgetAuthorWebsite()StringgetDescription()org.pf4j.PluginDescriptorgetDescriptor()ImageIcongetIcon()abstract StringgetId()StringgetLicense()StringgetProperty(String key)StringgetProperty(String key, String defaultValue)String[]getRequiredPlugins()StringgetResourcePath()StringgetTitle()StringgetVersion()URIgetWebsite()booleanisAllowed()booleanisLicensed()booleanisUsable()
-
-
-
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()
-
-