Uses of Class
org.codehaus.cargo.maven3.configuration.ArtifactInstaller
-
Packages that use ArtifactInstaller Package Description org.codehaus.cargo.maven3 org.codehaus.cargo.maven3.configuration -
-
Uses of ArtifactInstaller in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 that return ArtifactInstaller Modifier and Type Method Description static ArtifactInstaller
AbstractCargoMojo. calculateArtifact(String url)
Calculate the Maven artifact for a URL. -
Uses of ArtifactInstaller in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return ArtifactInstaller Modifier and Type Method Description ArtifactInstaller
Container. getArtifactInstaller()
Methods in org.codehaus.cargo.maven3.configuration with parameters of type ArtifactInstaller Modifier and Type Method Description void
Container. setArtifactInstaller(ArtifactInstaller artifactInstaller)
-