public interface DMXExtensionConfig
This interfaces defines methods which must be implemented by classes used to configure extensions of a bundle. Implementations of this class must be in fragment bundle, whose host is the bundle intended for extension.
Modifier and Type | Method and Description |
---|---|
Properties |
getActivatorConfig()
Returns configuration properties intended to customize bundle activator startup.
|
List<DMXExtensionCallback> |
getExtensionCallbacks()
Returns a list of extension callbacks in current bundle.
|
List<DMXExtensionCallback> getExtensionCallbacks()
Properties getActivatorConfig()
Copyright © 2012-2014 Vektor Software. All Rights Reserved.