public interface PluginMetadataManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOptional(ModuleDescriptor<?> moduleDescriptor)
This is used to determine if a module is considered optional.
|
boolean |
isOptional(Plugin plugin)
This is used to determine if a plugin is considered optional.
|
boolean |
isSystemProvided(Plugin plugin)
This is used to determine if the plugin was provided by the host
application.
|
boolean |
isUserInstalled(Plugin plugin)
Determines if the plugin was installed by a user.
|
boolean isUserInstalled(Plugin plugin)
plugin - used to determine the state, not null.boolean isSystemProvided(Plugin plugin)
plugin - used to determine the state, not null.boolean isOptional(Plugin plugin)
ModuleDescriptor's are not optional then the
plugin is also not optional.plugin - used to determine the state, not null.boolean isOptional(ModuleDescriptor<?> moduleDescriptor)
moduleDescriptor - used to determine state, not null.Copyright © 2019 Atlassian. All rights reserved.