java.lang.Object
org.apache.sling.feature.extension.apiregions.analyser.CheckApiRegionsBundleExportsImports.Report
-
Field Summary
Fields
List<org.apache.sling.feature.scanner.PackageInfo>
List<org.apache.sling.feature.scanner.PackageInfo>
List<org.apache.sling.feature.scanner.PackageInfo>
List<org.apache.sling.feature.scanner.PackageInfo>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
exportMatchingSeveral
public List<org.apache.sling.feature.scanner.PackageInfo> exportMatchingSeveral
-
missingExports
public List<org.apache.sling.feature.scanner.PackageInfo> missingExports
-
missingExportsWithVersion
public List<org.apache.sling.feature.scanner.PackageInfo> missingExportsWithVersion
-
missingExportsForOptional
public List<org.apache.sling.feature.scanner.PackageInfo> missingExportsForOptional
-
-