Search
Preparing search index...
The search index is not available
hawtio
Options
Inherited
Private
Externals
Only exported
Menu
Globals
Osgi
OsgiGraphBuilder
Class OsgiGraphBuilder
Index
Constructor methods
constructor
Properties
PREFIX_
BUNDLE
PREFIX_
PKG
PREFIX_
SVC
bundle
Filter
bundles
filtered
Bundles
graph
Builder
hide
Unused
osgi
Data
Service
package
Filter
packages
services
show
Packages
show
Services
Methods
add
Filtered
Bundles
add
Filtered
Packages
add
Filtered
Services
build
Bundle
Node
build
Graph
build
Package
Node
build
Svc
Node
bundle
Node
Id
exporting
Bundle
get
Bundles
get
Packages
get
Services
pkg
Node
Id
service
Node
Id
Constructor methods
constructor
constructor
(
osgiDataService
:
OsgiDataService
, bundleFilter
:
String
, packageFilter
:
String
, showServices
:
boolean
, showPackages
:
boolean
, hideUnused
:
boolean
)
:
OsgiGraphBuilder
Parameters
osgiDataService:
OsgiDataService
bundleFilter:
String
packageFilter:
String
showServices:
boolean
showPackages:
boolean
hideUnused:
boolean
Returns
OsgiGraphBuilder
Properties
private
PREFIX_
BUNDLE
PREFIX_
BUNDLE
:
string
private
PREFIX_
PKG
PREFIX_
PKG
:
string
private
PREFIX_
SVC
PREFIX_
SVC
:
string
private
bundle
Filter
bundle
Filter
:
String
private
bundles
bundles
:
any
private
filtered
Bundles
filtered
Bundles
:
{}
private
graph
Builder
graph
Builder
:
GraphBuilder
private
hide
Unused
hide
Unused
:
boolean
private
osgi
Data
Service
osgi
Data
Service
:
OsgiDataService
private
package
Filter
package
Filter
:
String
private
packages
packages
:
any
private
services
services
:
any
private
show
Packages
show
Packages
:
boolean
private
show
Services
show
Services
:
boolean
Methods
add
Filtered
Bundles
add
Filtered
Bundles
(
)
add
Filtered
Packages
add
Filtered
Packages
(
)
add
Filtered
Services
add
Filtered
Services
(
)
build
Bundle
Node
build
Bundle
Node
(
bundle
:
any
)
:
{ id: string; name: any; type: string; used: boolean; navUrl: string; popup: { title: string; content: string; }; }
Parameters
bundle:
any
Returns
{ id: string; name: any; type: string; used: boolean; navUrl: string; popup: { title: string; content: string; }; }
build
Graph
build
Graph
(
)
:
{ nodes: any[]; links: any[]; linktypes: any; }
Returns
{ nodes: any[]; links: any[]; linktypes: any; }
build
Package
Node
build
Package
Node
(
pkg
:
any
)
:
{ id: string; name: any; type: string; used: boolean; popup: { title: string; content: string; }; }
Parameters
pkg:
any
Returns
{ id: string; name: any; type: string; used: boolean; popup: { title: string; content: string; }; }
build
Svc
Node
build
Svc
Node
(
service
:
any
)
:
{ id: string; name: string; type: string; used: boolean; popup: { title: string; content: () => string; }; }
Parameters
service:
any
Returns
{ id: string; name: string; type: string; used: boolean; popup: { title: string; content: () => string; }; }
bundle
Node
Id
bundle
Node
Id
(
bundle
:
any
)
:
string
Parameters
bundle:
any
Returns
string
exporting
Bundle
exporting
Bundle
(
pkg
:
any
)
:
any
Parameters
pkg:
any
Returns
any
get
Bundles
get
Bundles
(
)
:
any
Returns
any
get
Packages
get
Packages
(
)
:
any
Returns
any
get
Services
get
Services
(
)
:
any
Returns
any
pkg
Node
Id
pkg
Node
Id
(
pkg
:
any
)
:
string
Parameters
pkg:
any
Returns
string
service
Node
Id
service
Node
Id
(
service
:
any
)
:
string
Parameters
service:
any
Returns
string
Globals
Osgi
Osgi
Graph
Builder
constructor
PREFIX_
BUNDLE
PREFIX_
PKG
PREFIX_
SVC
bundle
Filter
bundles
filtered
Bundles
graph
Builder
hide
Unused
osgi
Data
Service
package
Filter
packages
services
show
Packages
show
Services
add
Filtered
Bundles
add
Filtered
Packages
add
Filtered
Services
build
Bundle
Node
build
Graph
build
Package
Node
build
Svc
Node
bundle
Node
Id
exporting
Bundle
get
Bundles
get
Packages
get
Services
pkg
Node
Id
service
Node
Id
Generated using
TypeDoc