Package org.artifactory.addon.plugin
Interface InfoEnabledPlugin
-
public interface InfoEnabledPlugin- Author:
- Noam Y. Tenne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PluginInfo>getPluginInfo()java.lang.StringgetType()
-
-
-
Method Detail
-
getPluginInfo
@Nonnull java.util.List<PluginInfo> getPluginInfo()
-
getType
@Nonnull java.lang.String getType()
-
-