BundleInfo()
if the given object is loaded by an OSGi bundle, this function is returning information about that bundle
Introduced: 5.0.0.0
BundleInfo( object=any );
Returns: Struct
| Argument | Description |
|---|---|
|
object
any,
required
|
edit
object to get bundle info for it |
Examples
editbundle = createObject('java', 'org.joda.time.format.DateTimeFormat', 'org-joda-time', '2.1.0');
dump(bundleinfo(bundle)); // version 2.1.0
See also
- Java
- Lucee Server related Tags, Functions and Guides
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)