Constructor and Description |
---|
PluginSelector() |
Modifier and Type | Method and Description |
---|---|
Map.Entry<ArtifactId,PluginClass> |
select(SortedMap<ArtifactId,PluginClass> plugins)
Selects a plugin.
|
@Nullable public Map.Entry<ArtifactId,PluginClass> select(SortedMap<ArtifactId,PluginClass> plugins)
plugins
- the set of available plugins. The ArtifactId
is sorted in ascending
order of plugin JAR name followed by the plugin version.Map.Entry
for the selected plugin, or null if nothing is selectedCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.