Uses of Interface
org.apache.sling.feature.cpconverter.artifacts.ArtifactsDeployer
-
Packages that use ArtifactsDeployer Package Description org.apache.sling.feature.cpconverter Content Package to Feature Model converter tool for Apache Sling.org.apache.sling.feature.cpconverter.artifacts Maven2 alike repository manager. -
-
Uses of ArtifactsDeployer in org.apache.sling.feature.cpconverter
Methods in org.apache.sling.feature.cpconverter that return ArtifactsDeployer Modifier and Type Method Description @Nullable ArtifactsDeployerContentPackage2FeatureModelConverter. getArtifactsDeployer()Methods in org.apache.sling.feature.cpconverter with parameters of type ArtifactsDeployer Modifier and Type Method Description @NotNull ContentPackage2FeatureModelConverterContentPackage2FeatureModelConverter. setBundlesDeployer(@NotNull ArtifactsDeployer bundlesDeployer)@NotNull ContentPackage2FeatureModelConverterContentPackage2FeatureModelConverter. setUnreferencedArtifactsDeployer(@NotNull ArtifactsDeployer unreferencedArtifactsDeployer) -
Uses of ArtifactsDeployer in org.apache.sling.feature.cpconverter.artifacts
Classes in org.apache.sling.feature.cpconverter.artifacts that implement ArtifactsDeployer Modifier and Type Class Description classLocalMavenRepositoryArtifactsDeployerStores the deployed artifacts in a local Maven repository layout.
-