Modifier and Type | Method and Description |
---|---|
protected void |
CheckApiRegionsDuplicates.execute(ApiRegions apiRegions,
org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) |
protected void |
CheckApiRegionsDependencies.execute(ApiRegions apiRegions,
org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) |
protected void |
CheckApiRegionsCrossFeatureDups.execute(ApiRegions apiRegions,
org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) |
protected void |
CheckApiRegions.execute(ApiRegions apiRegions,
org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) |
protected abstract void |
AbstractApiRegionsAnalyserTask.execute(ApiRegions apiRegions,
org.apache.sling.feature.analyser.task.AnalyserTaskContext ctx) |
Modifier and Type | Method and Description |
---|---|
static ApiRegions |
ApiRegions.getApiRegions(org.apache.sling.feature.Extension ext)
Get the api regions from the extension.
|
static ApiRegions |
ApiRegions.getApiRegions(org.apache.sling.feature.Feature feature)
Get the api regions from the feature - if it exists.
|
static ApiRegions |
ApiRegions.parse(javax.json.JsonArray json)
Parse a JSON array into an api regions object
|
static ApiRegions |
ApiRegions.parse(String json)
Parse a JSON array into an api regions object
|
Modifier and Type | Method and Description |
---|---|
static Properties |
LauncherProperties.getFeatureIDtoRegionsMap(ApiRegions regions) |
static Properties |
LauncherProperties.getRegionNametoPackagesMap(ApiRegions regions) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.