Uses of Class
org.nuxeo.ecm.admin.runtime.SimplifiedBundleInfo
-
Packages that use SimplifiedBundleInfo Package Description org.nuxeo.ecm.admin.runtime -
-
Uses of SimplifiedBundleInfo in org.nuxeo.ecm.admin.runtime
Fields in org.nuxeo.ecm.admin.runtime with type parameters of type SimplifiedBundleInfo Modifier and Type Field Description protected List<SimplifiedBundleInfo>
SimplifiedServerInfo. bundleInfos
Methods in org.nuxeo.ecm.admin.runtime that return SimplifiedBundleInfo Modifier and Type Method Description protected static SimplifiedBundleInfo
RuntimeInstrospection. getBundleSimplifiedInfo(org.osgi.framework.Bundle bundle)
Methods in org.nuxeo.ecm.admin.runtime that return types with arguments of type SimplifiedBundleInfo Modifier and Type Method Description List<SimplifiedBundleInfo>
SimplifiedServerInfo. getBundleInfos()
Methods in org.nuxeo.ecm.admin.runtime with parameters of type SimplifiedBundleInfo Modifier and Type Method Description int
SimplifiedBundleInfo. compareTo(SimplifiedBundleInfo other)
Method parameters in org.nuxeo.ecm.admin.runtime with type arguments of type SimplifiedBundleInfo Modifier and Type Method Description void
SimplifiedServerInfo. setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
-