Uses of Class
org.fedoraproject.xmvn.tools.install.impl.ArtifactState
-
Packages that use ArtifactState Package Description org.fedoraproject.xmvn.tools.install.impl -
-
Uses of ArtifactState in org.fedoraproject.xmvn.tools.install.impl
Fields in org.fedoraproject.xmvn.tools.install.impl with type parameters of type ArtifactState Modifier and Type Field Description private java.util.Set<ArtifactState>
DefaultInstaller. reactor
Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactState Modifier and Type Method Description private void
DefaultInstaller. assignArtifactInstaller(ArtifactState artifactState)
Find appropriate installer to install artifact.private void
DefaultInstaller. assignTargetPackage(ArtifactState artifactState)
Decide into which package to install current artifact.private void
DefaultInstaller. constructEffectivePackagingRule(ArtifactState artifactState)
Construct effective packaging rule for artifact.private void
DefaultInstaller. installArtifact(ArtifactState artifactState, java.lang.String basePackageName, java.lang.String repositoryId)
-