Package pt.ulisboa.ewp.host.plugin.demo
Class DemoHostPlugin
- java.lang.Object
-
- org.pf4j.Plugin
-
- pt.ulisboa.ewp.host.plugin.skeleton.HostPlugin
-
- pt.ulisboa.ewp.host.plugin.demo.DemoHostPlugin
-
- All Implemented Interfaces:
AwareInterface,PluginPropertiesAware
public class DemoHostPlugin extends HostPlugin
-
-
Constructor Summary
Constructors Constructor Description DemoHostPlugin(org.pf4j.PluginWrapper wrapper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getCoveredHeiIds()Collection<String>getCoveredOunitCodesByHeiId(String heiId)Collection<String>getCoveredOunitIdsByHeiId(String heiId)static DemoHostPlugingetInstance()booleanisPrimaryForHeiId(String heiId)-
Methods inherited from class pt.ulisboa.ewp.host.plugin.skeleton.HostPlugin
getProperties, setPluginPropertiesProxy
-
-
-
-
Method Detail
-
getInstance
public static DemoHostPlugin getInstance()
-
getCoveredHeiIds
public Collection<String> getCoveredHeiIds()
- Specified by:
getCoveredHeiIdsin classHostPlugin
-
getCoveredOunitIdsByHeiId
public Collection<String> getCoveredOunitIdsByHeiId(String heiId)
- Specified by:
getCoveredOunitIdsByHeiIdin classHostPlugin
-
getCoveredOunitCodesByHeiId
public Collection<String> getCoveredOunitCodesByHeiId(String heiId)
- Specified by:
getCoveredOunitCodesByHeiIdin classHostPlugin
-
isPrimaryForHeiId
public boolean isPrimaryForHeiId(String heiId)
- Specified by:
isPrimaryForHeiIdin classHostPlugin
-
-