public class BundleSlingInitialContentExtractContext extends Object
Constructor and Description |
---|
BundleSlingInitialContentExtractContext(ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy,
@NotNull String path,
@NotNull org.apache.sling.feature.ArtifactId bundleArtifactId,
@NotNull JarFile jarFile,
@NotNull ContentPackage2FeatureModelConverter converter,
@Nullable String runMode) |
Modifier and Type | Method and Description |
---|---|
@NotNull org.apache.sling.feature.ArtifactId |
getBundleArtifactId() |
@NotNull ContentPackage2FeatureModelConverter |
getConverter() |
@NotNull JarFile |
getJarFile() |
@NotNull Manifest |
getManifest() |
@NotNull JcrNamespaceRegistry |
getNamespaceRegistry() |
@NotNull String |
getPath() |
@NotNull List<org.apache.sling.jcr.contentloader.PathEntry> |
getPathEntryList() |
@Nullable String |
getRunMode() |
ContentPackage2FeatureModelConverter.SlingInitialContentPolicy |
getSlingInitialContentPolicy() |
public BundleSlingInitialContentExtractContext(@NotNull ContentPackage2FeatureModelConverter.SlingInitialContentPolicy slingInitialContentPolicy, @NotNull @NotNull String path, @NotNull @NotNull org.apache.sling.feature.ArtifactId bundleArtifactId, @NotNull @NotNull JarFile jarFile, @NotNull @NotNull ContentPackage2FeatureModelConverter converter, @Nullable @Nullable String runMode) throws IOException
IOException
@NotNull public ContentPackage2FeatureModelConverter.SlingInitialContentPolicy getSlingInitialContentPolicy()
@NotNull public @NotNull String getPath()
@NotNull public @NotNull org.apache.sling.feature.ArtifactId getBundleArtifactId()
@NotNull public @NotNull ContentPackage2FeatureModelConverter getConverter()
@Nullable public @Nullable String getRunMode()
@NotNull public @NotNull JarFile getJarFile()
@NotNull public @NotNull Manifest getManifest()
@NotNull public @NotNull JcrNamespaceRegistry getNamespaceRegistry()
@NotNull public @NotNull List<org.apache.sling.jcr.contentloader.PathEntry> getPathEntryList()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.