|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleInfoType | |
|---|---|
| org.apache.felix.webconsole.bundleinfo | |
| Uses of BundleInfoType in org.apache.felix.webconsole.bundleinfo |
|---|
| Fields in org.apache.felix.webconsole.bundleinfo declared as BundleInfoType | |
|---|---|
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. |
| Methods in org.apache.felix.webconsole.bundleinfo that return BundleInfoType | |
|---|---|
BundleInfoType |
BundleInfo.getType()
Gets the type of the information value. |
| Constructors in org.apache.felix.webconsole.bundleinfo with parameters of type BundleInfoType | |
|---|---|
BundleInfo(java.lang.String name,
java.lang.Object value,
BundleInfoType type,
java.lang.String description)
Creates a new bundle information entry. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||