Interface ArtifactsDeployer
-
- All Known Implementing Classes:
LocalMavenRepositoryArtifactsDeployer
public interface ArtifactsDeployer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeploy(@NotNull ArtifactWriter artifactWriter, @NotNull org.apache.sling.feature.ArtifactId id)@NotNull FilegetBaseDirectory()
-
-
-
Method Detail
-
getBaseDirectory
@NotNull @NotNull File getBaseDirectory()
-
deploy
void deploy(@NotNull @NotNull ArtifactWriter artifactWriter, @NotNull @NotNull org.apache.sling.feature.ArtifactId id) throws IOException- Throws:
IOException
-
-