Options
Menu

Module Karaf

module

Karaf

Index

Functions

activateComponent

  • activateComponent(workspace: any, jolokia: any, component: any, success: any, error: any)

createFabricScrComponentsView

  • createFabricScrComponentsView(components: any): Array<any>
  • Fabric8 provides faster way to read all SCR components - transform the response here

    Parameters

    • components: any

    Returns Array<any>

createScrComponentsView

  • createScrComponentsView(workspace: any, jolokia: any, components: any): Array<any>
  • Karaf requires 1+N requests to populate SCR components list

    Parameters

    • workspace: any
    • jolokia: any
    • components: any

    Returns Array<any>

deactivateComponent

  • deactivateComponent(workspace: any, jolokia: any, component: any, success: any, error: any)

extractFeature

  • extractFeature(attributes: any, name: any, version: any): Object

featureLinks

  • featureLinks(workspace: any, name: any, version: any): string

getAllComponents

  • getAllComponents(workspace: any, jolokia: any): any

getComponentByName

  • getComponentByName(workspace: any, jolokia: any, componentName: any): any

getComponentState

  • getComponentState(workspace: any, jolokia: any, component: any): any

getComponentStateDescription

  • getComponentStateDescription(state: any): string

getSelectionFabricScrMBean

  • getSelectionFabricScrMBean(workspace: Workspace): string

getSelectionFeaturesMBean

  • getSelectionFeaturesMBean(workspace: Workspace): string

getSelectionScrMBean

  • getSelectionScrMBean(workspace: Workspace): string

installFeature

  • installFeature(workspace: any, jolokia: any, feature: any, version: any, success: any, error: any)

installRepository

  • installRepository(workspace: any, jolokia: any, uri: any, success: any, error: any)

isActiveMQBundle

  • isActiveMQBundle(symbolicName: string): boolean

isCamelBundle

  • isCamelBundle(symbolicName: string): boolean

isComponentActive

  • isComponentActive(workspace: any, jolokia: any, component: any): any

isCxfBundle

  • isCxfBundle(symbolicName: string): boolean

isPlatformBundle

  • isPlatformBundle(symbolicName: string): boolean

populateDependencies

  • populateDependencies(attributes: any, dependencies: any, features: any)

populateFeaturesAndRepos

  • populateFeaturesAndRepos(attributes: any, features: any, repositories: any)

setSelect

  • setSelect(selection: any, group: any): any

toCollection

  • toCollection(values: any): any

uninstallFeature

  • uninstallFeature(workspace: any, jolokia: any, feature: any, version: any, success: any, error: any)

uninstallRepository

  • uninstallRepository(workspace: any, jolokia: any, uri: any, success: any, error: any)

Variables

ScrComponentsController

ScrComponentsController: ng.IModule

_module

_module: ng.IModule

activemqBundlePatterns

activemqBundlePatterns: Array<string>

activemqBundleRegex

activemqBundleRegex: RegExp

camelBundlePatterns

camelBundlePatterns: Array<string>

camelBundleRegex

camelBundleRegex: RegExp

cxfBundlePatterns

cxfBundlePatterns: Array<string>

cxfBundleRegex

cxfBundleRegex: RegExp

log

log: Logging.Logger

platformBundlePatterns

platformBundlePatterns: Array<string>

platformBundleRegex

platformBundleRegex: RegExp

pluginName

pluginName: string

Generated using TypeDoc