Interface PluginDependencyInfo
-
- All Known Implementing Classes:
PluginDependencyInfoImpl
public interface PluginDependencyInfo
Information about plugin dependency on other plugin.- Since:
- 9.0
- Author:
- Vladislav.Rassokhin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
-
-
Method Detail
-
getName
@NotNull String getName()
- Returns:
- name of plugin
-
-