Uses of Interface
org.apache.sling.feature.cpconverter.artifacts.ArtifactWriter
-
Packages that use ArtifactWriter Package Description org.apache.sling.feature.cpconverter.artifacts Maven2 alike repository manager. -
-
Uses of ArtifactWriter in org.apache.sling.feature.cpconverter.artifacts
Classes in org.apache.sling.feature.cpconverter.artifacts that implement ArtifactWriter Modifier and Type Class Description classFileArtifactWriterclassInputStreamArtifactWriterMethods in org.apache.sling.feature.cpconverter.artifacts with parameters of type ArtifactWriter Modifier and Type Method Description @NotNull StringArtifactsDeployer. deploy(@NotNull ArtifactWriter artifactWriter, @Nullable String runmode, @NotNull org.apache.sling.feature.ArtifactId id)Deploy the artifact and return information about its location@NotNull StringLocalMavenRepositoryArtifactsDeployer. deploy(@NotNull ArtifactWriter artifactWriter, @Nullable String runmode, @NotNull org.apache.sling.feature.ArtifactId id)
-