public class ArtifactInstaller extends Object
| Constructor and Description |
|---|
ArtifactInstaller(PackagerLog log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateArtifactFile(Artifact artifact,
File artifactFolderDestination,
File repositoryFile) |
protected void |
generateClassloderModelFile(ClassLoaderModel classLoaderModel,
File artifactFolderDestination)
Deprecated.
|
protected void |
generateClassloderModelFile(ClassLoaderModel classLoaderModel,
File artifactFolderDestination,
boolean prettyPrinting) |
protected void |
generateDependencyDescriptorFile(Artifact artifact,
File artifactFolderDestination,
Optional<ClassLoaderModel> classLoaderModel)
Deprecated.
|
protected void |
generateDependencyDescriptorFile(Artifact artifact,
File artifactFolderDestination,
Optional<ClassLoaderModel> classLoaderModel,
boolean prettyPrinting) |
protected void |
generatePomFile(Artifact artifact,
File artifactFolderDestination) |
void |
installArtifact(File repositoryFile,
Artifact artifact,
Optional<ClassLoaderModel> classLoaderModel)
Deprecated.
|
void |
installArtifact(File repositoryFile,
Artifact artifact,
Optional<ClassLoaderModel> classLoaderModel,
boolean prettyPrinting) |
public ArtifactInstaller(PackagerLog log)
@Deprecated public void installArtifact(File repositoryFile, Artifact artifact, Optional<ClassLoaderModel> classLoaderModel) throws IOException
IOExceptionpublic void installArtifact(File repositoryFile, Artifact artifact, Optional<ClassLoaderModel> classLoaderModel, boolean prettyPrinting) throws IOException
IOExceptionprotected void generateArtifactFile(Artifact artifact, File artifactFolderDestination, File repositoryFile) throws IOException
IOException@Deprecated protected void generateDependencyDescriptorFile(Artifact artifact, File artifactFolderDestination, Optional<ClassLoaderModel> classLoaderModel) throws IOException
IOExceptionprotected void generateDependencyDescriptorFile(Artifact artifact, File artifactFolderDestination, Optional<ClassLoaderModel> classLoaderModel, boolean prettyPrinting) throws IOException
IOExceptionprotected void generatePomFile(Artifact artifact, File artifactFolderDestination) throws IOException
IOException@Deprecated protected void generateClassloderModelFile(ClassLoaderModel classLoaderModel, File artifactFolderDestination)
protected void generateClassloderModelFile(ClassLoaderModel classLoaderModel, File artifactFolderDestination, boolean prettyPrinting)
Copyright © 2019 MuleSoft Inc. All rights reserved.