Package org.pf4j
Interface PluginDescriptor
- All Known Implementing Classes:
DefaultPluginDescriptor
public interface PluginDescriptor
A plugin descriptor contains information about a plug-in.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPluginId
String getPluginId() -
getPluginDescription
String getPluginDescription() -
getPluginClass
String getPluginClass() -
getVersion
String getVersion() -
getRequires
String getRequires() -
getProvider
String getProvider() -
getLicense
String getLicense() -
getDependencies
List<PluginDependency> getDependencies()
-