Class LauncherProperties
- java.lang.Object
-
- org.apache.sling.feature.extension.apiregions.launcher.LauncherProperties
-
public class LauncherProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description LauncherProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getBundleIDtoBSNandVersionMap(org.apache.sling.feature.Feature app, org.apache.sling.feature.builder.ArtifactProvider artifactProvider)
static Properties
getBundleIDtoFeaturesMap(org.apache.sling.feature.Feature app)
static Properties
getFeatureIDtoRegionsMap(ApiRegions regions)
static Properties
getRegionNametoPackagesMap(ApiRegions regions)
static void
save(Properties properties, File file)
-
-
-
Method Detail
-
getBundleIDtoBSNandVersionMap
public static Properties getBundleIDtoBSNandVersionMap(org.apache.sling.feature.Feature app, org.apache.sling.feature.builder.ArtifactProvider artifactProvider)
-
getBundleIDtoFeaturesMap
public static Properties getBundleIDtoFeaturesMap(org.apache.sling.feature.Feature app)
-
getFeatureIDtoRegionsMap
public static Properties getFeatureIDtoRegionsMap(ApiRegions regions)
-
getRegionNametoPackagesMap
public static Properties getRegionNametoPackagesMap(ApiRegions regions)
-
save
public static void save(Properties properties, File file) throws IOException
- Throws:
IOException
-
-