com.atlassian.plugin
Interface Plugin.Resolvable

All Known Implementing Classes:
AbstractDelegatingPlugin, OsgiPlugin
Enclosing interface:
Plugin

@ExperimentalApi
public static interface Plugin.Resolvable

Extension interface for plugins to request resolution before enable.


Nested Class Summary
static class Plugin.Resolvable.Default
          Host to default implementation of Plugin.Resolvable.
 
Method Summary
 void resolve()
          Perform any required resolution.
 

Method Detail

resolve

void resolve()
Perform any required resolution. This is a hook to allow the plugin system to perform a resolution pass over a group of modules before the enable pass.



Copyright © 2015 Atlassian. All rights reserved.