Uses of Class
org.apache.felix.webconsole.bundleinfo.BundleInfoType
Packages that use BundleInfoType
-
Uses of BundleInfoType in org.apache.felix.webconsole.bundleinfo
Fields in org.apache.felix.webconsole.bundleinfo declared as BundleInfoTypeModifier and TypeFieldDescriptionstatic final BundleInfoTypeBundleInfoType.LINKSpecifies that the value isStringand is either a link to a local Servlet, or link to external HTTP server.static final BundleInfoTypeBundleInfoType.RESOURCEThis information type, specifies that the value of the information is URL object, that points to a resource.static final BundleInfoTypeBundleInfoType.VALUEThat 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 BundleInfoTypeConstructors in org.apache.felix.webconsole.bundleinfo with parameters of type BundleInfoTypeModifierConstructorDescriptionBundleInfo(String name, Object value, BundleInfoType type, String description) Creates a new bundle information entry.