Interface ArtifactInstaller
-
public interface ArtifactInstaller- Author:
- Mikolaj Izdebski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstall(JavaPackage targetPackage, org.fedoraproject.xmvn.metadata.ArtifactMetadata am, org.fedoraproject.xmvn.config.PackagingRule rule, java.lang.String basePackageName)voidpostInstallation()
-
-
-
Method Detail
-
install
void install(JavaPackage targetPackage, org.fedoraproject.xmvn.metadata.ArtifactMetadata am, org.fedoraproject.xmvn.config.PackagingRule rule, java.lang.String basePackageName) throws ArtifactInstallationException
- Throws:
ArtifactInstallationException
-
postInstallation
void postInstallation() throws ArtifactInstallationException- Throws:
ArtifactInstallationException
-
-