|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginMetadataManager
Provides information about plugins and modules that is application host specific. The information is not relevant to the plugins system but may be relevant to managing the plugins.
| Method Summary | |
|---|---|
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 |
isUserInstalled(Plugin plugin)
This is used to determine if the plugin was provided by the host application or provided by a user. |
| Method Detail |
|---|
boolean isUserInstalled(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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||