| Package | Description |
|---|---|
| org.apache.felix.webconsole.bundleinfo |
| Modifier and Type | Field and Description |
|---|---|
static BundleInfoType |
BundleInfoType.LINK
Specifies that the value is
String and is either a link to a
local Servlet, or link to external HTTP server. |
static BundleInfoType |
BundleInfoType.RESOURCE
This information type, specifies that the value of the information is URL
object, that points to a resource.
|
static BundleInfoType |
BundleInfoType.VALUE
That information type is for normal information keys, that provide a
normal (not link) value as information.
|
| Modifier and Type | Method and Description |
|---|---|
BundleInfoType |
BundleInfo.getType()
Gets the type of the information value.
|
| Constructor and Description |
|---|
BundleInfo(String name,
Object value,
BundleInfoType type,
String description)
Creates a new bundle information entry.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.