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) class
DefaultArtifactInstaller
Fields in org.fedoraproject.xmvn.tools.install.impl declared as ArtifactInstaller Modifier and Type Field Description private ArtifactInstaller
ArtifactInstallerFactory. defaultArtifactInstaller
private ArtifactInstaller
ArtifactState. installer
Fields 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. cachedPluginsByImplClass
private java.util.Map<java.lang.String,ArtifactInstaller>
ArtifactInstallerFactory. cachedPluginsByType
Methods in org.fedoraproject.xmvn.tools.install.impl that return ArtifactInstaller Modifier and Type Method Description ArtifactInstaller
ArtifactState. getInstaller()
ArtifactInstaller
ArtifactInstallerFactory. getInstallerFor(Artifact artifact, java.util.Properties properties)
private ArtifactInstaller
ArtifactInstallerFactory. tryLoadPlugin(java.lang.String type)
Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type ArtifactInstaller Modifier and Type Method Description void
ArtifactState. setInstaller(ArtifactInstaller installer)
-