public class V2CompatibilityModuleDescriptorPredicate extends Object implements com.atlassian.plugin.predicate.ModuleDescriptorPredicate<com.atlassian.renderer.v2.macro.Macro>
In this specific case, the module descriptor is going to be a macro module descriptor of some description. This class
is interested in testing whether the macro produced by ModuleDescriptor.getModule()
should
be accepted as a v2 compatibility macro.
Constructor and Description |
---|
V2CompatibilityModuleDescriptorPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(com.atlassian.plugin.ModuleDescriptor moduleDescriptor) |
Copyright © 2003–2021 Atlassian. All rights reserved.