Package org.codice.ddf.branding.impl
Class BrandingRegistryImpl
java.lang.Object
org.codice.ddf.branding.impl.BrandingRegistryImpl
- All Implemented Interfaces:
org.codice.ddf.branding.BrandingRegistry
public class BrandingRegistryImpl
extends Object
implements org.codice.ddf.branding.BrandingRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.codice.ddf.branding.BrandingRegistry
org.codice.ddf.branding.BrandingRegistry.BrandingMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()getAttributeFromBranding(org.codice.ddf.branding.BrandingRegistry.BrandingMethod supplier) List<org.codice.ddf.branding.BrandingPlugin>protected org.osgi.framework.BundleContextvoidinit()voidsetBrandingPlugins(List<org.codice.ddf.branding.BrandingPlugin> brandingPlugins)
-
Constructor Details
-
BrandingRegistryImpl
public BrandingRegistryImpl()
-
-
Method Details
-
init
public void init() -
destroy
public void destroy() -
getContext
protected org.osgi.framework.BundleContext getContext() -
getProductName
- Specified by:
getProductNamein interfaceorg.codice.ddf.branding.BrandingRegistry
-
getAttributeFromBranding
public String getAttributeFromBranding(org.codice.ddf.branding.BrandingRegistry.BrandingMethod supplier) - Specified by:
getAttributeFromBrandingin interfaceorg.codice.ddf.branding.BrandingRegistry
-
getProductVersion
- Specified by:
getProductVersionin interfaceorg.codice.ddf.branding.BrandingRegistry
-
getBrandingPlugins
- Specified by:
getBrandingPluginsin interfaceorg.codice.ddf.branding.BrandingRegistry
-
setBrandingPlugins
- Specified by:
setBrandingPluginsin interfaceorg.codice.ddf.branding.BrandingRegistry
-