Uses of Interface
org.fedoraproject.xmvn.tools.install.ArtifactInstaller
-
Packages that use ArtifactInstaller Package Description org.fedoraproject.xmvn.tools.install.impl -
-
Uses of ArtifactInstaller in org.fedoraproject.xmvn.tools.install.impl
Classes in org.fedoraproject.xmvn.tools.install.impl that implement ArtifactInstaller Modifier and Type Class Description (package private) classDefaultArtifactInstallerFields in org.fedoraproject.xmvn.tools.install.impl declared as ArtifactInstaller Modifier and Type Field Description private ArtifactInstallerArtifactInstallerFactory. defaultArtifactInstallerprivate ArtifactInstallerArtifactState. installerFields in org.fedoraproject.xmvn.tools.install.impl with type parameters of type ArtifactInstaller Modifier and Type Field Description private java.util.Map<java.lang.String,ArtifactInstaller>ArtifactInstallerFactory. cachedPluginsByImplClassprivate java.util.Map<java.lang.String,ArtifactInstaller>ArtifactInstallerFactory. cachedPluginsByTypeMethods in org.fedoraproject.xmvn.tools.install.impl that return ArtifactInstaller Modifier and Type Method Description ArtifactInstallerArtifactState. getInstaller()ArtifactInstallerArtifactInstallerFactory. getInstallerFor(Artifact artifact, java.util.Properties properties)private ArtifactInstallerArtifactInstallerFactory. tryLoadPlugin(java.lang.String type)Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactInstaller Modifier and Type Method Description voidArtifactState. setInstaller(ArtifactInstaller installer)
-