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. reactorMethods in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactState Modifier and Type Method Description private voidDefaultInstaller. assignArtifactInstaller(ArtifactState artifactState)Find appropriate installer to install artifact.private voidDefaultInstaller. assignTargetPackage(ArtifactState artifactState)Decide into which package to install current artifact.private voidDefaultInstaller. constructEffectivePackagingRule(ArtifactState artifactState)Construct effective packaging rule for artifact.private voidDefaultInstaller. installArtifact(ArtifactState artifactState, java.lang.String basePackageName, java.lang.String repositoryId)
-