Uses of Class
org.apache.sling.feature.scanner.PackageInfo
Package | Description |
---|---|
org.apache.sling.feature.scanner |
-
Uses of PackageInfo in org.apache.sling.feature.scanner
Methods in org.apache.sling.feature.scanner that return types with arguments of type PackageInfo Modifier and Type Method Description Set<PackageInfo>
Descriptor. getDynamicImportedPackages()
Return a set of dynamic imported packagesSet<PackageInfo>
Descriptor. getExportedPackages()
Return a set of exported packagesSet<PackageInfo>
Descriptor. getImportedPackages()
Return a set of imported packagesMethods in org.apache.sling.feature.scanner with parameters of type PackageInfo Modifier and Type Method Description int
PackageInfo. compareTo(PackageInfo o)
boolean
BundleDescriptor. isExportingPackage(PackageInfo info)
Is the bundle exporting a package?