| Modifier and Type | Method and Description |
|---|---|
BundleService.BundleInformation |
ModuleManager.getLocalInfo(String bundleKey)
Get local info about a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManager.getAllInfos(String target)
Get info about all installed bundles.
|
Map<String,BundleService.BundleInformation> |
ModuleManager.getAllLocalInfos()
Get local info about all installed bundles.
|
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManager.getBucketInfos(String bundleBucketKey,
String target)
Get info about multiple bundles belonging to a single bundle bucket.
|
Map<String,BundleService.BundleInformation> |
ModuleManager.getBucketLocalInfos(String bundleBucketKey)
Get local info about multiple bundles belonging to a single bundle bucket.
|
Map<String,BundleService.BundleInformation> |
ModuleManager.getInfo(String bundleKey,
String target)
Get info about a bundle.
|
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManager.getInfos(Collection<String> bundleKeys,
String target)
Get info about multiple bundles.
|
| Modifier and Type | Method and Description |
|---|---|
BundleService.BundleInformation |
ModuleManagerImpl.getLocalInfo(String bundleKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManagerImpl.getAllInfos(String target) |
Map<String,BundleService.BundleInformation> |
ModuleManagerImpl.getAllLocalInfos() |
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManagerImpl.getBucketInfos(String bundleBucketKey,
String target) |
Map<String,BundleService.BundleInformation> |
ModuleManagerImpl.getBucketLocalInfos(String bundleBucketKey) |
Map<String,BundleService.BundleInformation> |
ModuleManagerImpl.getInfo(String bundleKey,
String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
ModuleManagerImpl.getInfos(Collection<String> bundleKeys,
String target) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BundleService.FragmentInformation
Info about a bundle fragment.
|
static interface |
BundleService.ModuleInformation
Info about a bundle which is a DX module.
|
| Modifier and Type | Method and Description |
|---|---|
BundleService.BundleInformation |
BundleService.getLocalInfo(BundleInfo bundleInfo)
Get local info about a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getAllInfos(String target)
Get info about all installed bundles.
|
Map<String,BundleService.BundleInformation> |
BundleService.getAllLocalInfos()
Get local info about all installed bundles.
|
Map<String,BundleService.BundleInformation> |
BundleService.getInfo(BundleInfo bundleInfo,
String target)
Get info about a bundle.
|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getInfos(BundleBucketInfo bundleBucketInfo,
String target)
Get info about multiple bundles belonging to a single bundle bucket.
|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getInfos(Collection<BundleInfo> bundleInfos,
String target)
Get info about multiple bundles.
|
Map<String,BundleService.BundleInformation> |
BundleService.getLocalInfos(BundleBucketInfo bundleBucketInfo)
Get local info about multiple bundles belonging to a single bundle bucket.
|
| Modifier and Type | Method and Description |
|---|---|
BundleService.BundleInformation |
BundleServiceDelegate.getLocalInfo(BundleInfo bundleInfo) |
BundleService.BundleInformation |
DefaultBundleService.getLocalInfo(BundleInfo bundleInfo) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.