Uses of Class
org.fedoraproject.xmvn.tools.install.ArtifactInstallationException
-
Packages that use ArtifactInstallationException Package Description org.fedoraproject.xmvn.tools.install org.fedoraproject.xmvn.tools.install.impl -
-
Uses of ArtifactInstallationException in org.fedoraproject.xmvn.tools.install
Methods in org.fedoraproject.xmvn.tools.install that throw ArtifactInstallationException Modifier and Type Method Description default void
ArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName)
Deprecated.default void
ArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId)
InstallationResult
Installer. install(InstallationRequest request)
void
ArtifactInstaller. postInstallation()
-
Uses of ArtifactInstallationException in org.fedoraproject.xmvn.tools.install.impl
Methods in org.fedoraproject.xmvn.tools.install.impl that throw ArtifactInstallationException Modifier and Type Method Description private void
DefaultInstaller. buildReactor(InstallationPlan installationPlan)
Build initial reactor state from installation plan.void
DefaultArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId)
InstallationResult
DefaultInstaller. install(InstallationRequest request)
private void
DefaultInstaller. installArtifact(ArtifactState artifactState, java.lang.String basePackageName, java.lang.String repositoryId)
private static void
InstallationPlan. validate(PackageMetadata metadata)
Make sure that installation plan sets all required fields and that it doesn't contain unwanted data.Constructors in org.fedoraproject.xmvn.tools.install.impl that throw ArtifactInstallationException Constructor Description InstallationPlan(java.nio.file.Path planPath)
-