public class PluginLocalDependenciesBlacklist extends Object
| Constructor and Description |
|---|
PluginLocalDependenciesBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlacklisted(BundleDescriptor pluginDescriptor)
Checks if the
BundleDescriptor is blacklisted. |
public static boolean isBlacklisted(BundleDescriptor pluginDescriptor)
BundleDescriptor is blacklisted. It means that exists a blacklisted bundle
descriptor such that the group id and artifact id match with the artifact bundle descriptor, and which
version is greater than or equal to the artifact version.pluginDescriptor - BundleDescriptor to search in the blacklist.BundleDescriptor is blacklisted, or false otherwise.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.