Uses of Class
org.apache.sling.feature.scanner.BundleDescriptor
Packages that use BundleDescriptor
Package
Description
-
Uses of BundleDescriptor in org.apache.sling.feature.analyser
Methods in org.apache.sling.feature.analyser that return BundleDescriptorModifier and TypeMethodDescriptionAnalyserResult.getFrameworkDescriptor()Return the framework descriptor created during scanning if available -
Uses of BundleDescriptor in org.apache.sling.feature.analyser.extensions
Methods in org.apache.sling.feature.analyser.extensions with parameters of type BundleDescriptorModifier and TypeMethodDescriptionvoidAnalyserMetaDataExtension.add(BundleDescriptor... bundleDescriptors) -
Uses of BundleDescriptor in org.apache.sling.feature.analyser.task
Methods in org.apache.sling.feature.analyser.task that return BundleDescriptorModifier and TypeMethodDescriptionAnalyserTaskContext.getFrameworkDescriptor()The framework descriptor -
Uses of BundleDescriptor in org.apache.sling.feature.scanner
Methods in org.apache.sling.feature.scanner that return BundleDescriptorModifier and TypeMethodDescriptionScan a frameworkScanner.scanBundle(org.apache.sling.feature.Artifact bundle) Scan a bundleMethods in org.apache.sling.feature.scanner that return types with arguments of type BundleDescriptorModifier and TypeMethodDescriptionfinal Set<BundleDescriptor> ContainerDescriptor.getBundleDescriptors()Return a set of bundle descriptors.abstract List<BundleDescriptor> ContentPackageDescriptor.getBundles()Get the included bundlesMethods in org.apache.sling.feature.scanner with parameters of type BundleDescriptor -
Uses of BundleDescriptor in org.apache.sling.feature.scanner.spi
Methods in org.apache.sling.feature.scanner.spi that return BundleDescriptor