@Component(role=ArtifactInstaller.class) public class DefaultArtifactInstaller extends AbstractLogEnabled implements ArtifactInstaller
ROLE| Constructor and Description | 
|---|
DefaultArtifactInstaller()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
install(File source,
              Artifact artifact,
              ArtifactRepository localRepository)
Install an artifact from a particular file. 
 | 
void | 
install(String basedir,
              String finalName,
              Artifact artifact,
              ArtifactRepository localRepository)
Deprecated. 
 
we want to use the artifact method only, and ensure artifact.file is set correctly. 
 | 
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic DefaultArtifactInstaller()
@Deprecated public void install(String basedir, String finalName, Artifact artifact, ArtifactRepository localRepository) throws ArtifactInstallationException
ArtifactInstallerinstall in interface ArtifactInstallerbasedir - the directory where the artifact is storedfinalName - the name of the artifact sans extensionartifact - the artifact definitionlocalRepository - the local repository to install intoArtifactInstallationException - if an error occurred installing the artifactpublic void install(File source, Artifact artifact, ArtifactRepository localRepository) throws ArtifactInstallationException
ArtifactInstallerinstall in interface ArtifactInstallersource - the file to installartifact - the artifact definitionlocalRepository - the local repository to install intoArtifactInstallationException - if an error occurred installing the artifactCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.