Package org.nuxeo.ecm.admin.runtime
Class RuntimeInstrospection
- java.lang.Object
-
- org.nuxeo.ecm.admin.runtime.RuntimeInstrospection
-
public class RuntimeInstrospection extends Object
Extracts information about the Bundles currently deployed in Nuxeo Runtime- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description RuntimeInstrospection()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getBundleIds()
protected static SimplifiedBundleInfo
getBundleSimplifiedInfo(org.osgi.framework.Bundle bundle)
static SimplifiedServerInfo
getInfo()
-
-
-
Field Detail
-
log
protected static final Log log
-
info
protected static SimplifiedServerInfo info
-
-
Method Detail
-
getInfo
public static SimplifiedServerInfo getInfo()
-
getBundleSimplifiedInfo
protected static SimplifiedBundleInfo getBundleSimplifiedInfo(org.osgi.framework.Bundle bundle)
-
-