Interface ArtifactsDeployer

    • Method Detail

      • deploy

        @NotNull
        @NotNull String deploy​(@NotNull
                               @NotNull ArtifactWriter artifactWriter,
                               @Nullable
                               @Nullable String runmode,
                               @NotNull
                               @NotNull org.apache.sling.feature.ArtifactId id)
                        throws IOException
        Deploy the artifact and return information about its location
        Parameters:
        artifactWriter - The artifact writer to use
        runmode - Optional runmode
        id - The artifact id
        Returns:
        Information about the location, this is deployer specific
        Throws:
        IOException - If deploying fails