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 voidArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName)Deprecated.default voidArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId)InstallationResultInstaller. install(InstallationRequest request)voidArtifactInstaller. 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 voidDefaultInstaller. buildReactor(InstallationPlan installationPlan)Build initial reactor state from installation plan.voidDefaultArtifactInstaller. install(JavaPackage targetPackage, ArtifactMetadata am, PackagingRule rule, java.lang.String basePackageName, java.lang.String repositoryId)InstallationResultDefaultInstaller. install(InstallationRequest request)private voidDefaultInstaller. installArtifact(ArtifactState artifactState, java.lang.String basePackageName, java.lang.String repositoryId)private static voidInstallationPlan. 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)
-