Uses of Class
org.apache.sling.feature.scanner.BundleDescriptor
-
Uses of BundleDescriptor in org.apache.sling.feature.analyser
Methods in org.apache.sling.feature.analyser that return BundleDescriptor Modifier and Type Method Description BundleDescriptorAnalyserResult. 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 BundleDescriptor Modifier and Type Method Description voidAnalyserMetaDataExtension. add(BundleDescriptor... bundleDescriptors) -
Uses of BundleDescriptor in org.apache.sling.feature.analyser.task
Methods in org.apache.sling.feature.analyser.task that return BundleDescriptor Modifier and Type Method Description BundleDescriptorAnalyserTaskContext. getFrameworkDescriptor()The framework descriptor -
Uses of BundleDescriptor in org.apache.sling.feature.scanner
Methods in org.apache.sling.feature.scanner that return BundleDescriptor Modifier and Type Method Description BundleDescriptorScanner. scan(org.apache.sling.feature.ArtifactId framework, Map<String,String> props)Scan a frameworkBundleDescriptorScanner. scan(org.apache.sling.feature.Artifact bundle, int startLevel)Deprecated.BundleDescriptorScanner. scanBundle(org.apache.sling.feature.Artifact bundle)Scan a bundleMethods in org.apache.sling.feature.scanner that return types with arguments of type BundleDescriptor Modifier and Type Method Description 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 Modifier and Type Method Description intBundleDescriptor. compareTo(BundleDescriptor o) -
Uses of BundleDescriptor in org.apache.sling.feature.scanner.spi
Methods in org.apache.sling.feature.scanner.spi that return BundleDescriptor Modifier and Type Method Description BundleDescriptorFrameworkScanner. scan(org.apache.sling.feature.ArtifactId framework, Map<String,String> frameworkProps, org.apache.sling.feature.builder.ArtifactProvider provider)Try to scan the artifact
Scanner.scanBundle(Artifact)