public class MuleArtifactPatchingModel extends Object
| Constructor and Description |
|---|
MuleArtifactPatchingModel() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAffectedVersions() |
org.mule.tools.api.classloader.model.ArtifactCoordinates |
getArtifactCoordinates() |
static MuleArtifactPatchingModel |
loadModel(File pluginPatchJarFile) |
void |
setAffectedVersions(List<String> affectedVersions) |
void |
setArtifactCoordinates(org.mule.tools.api.classloader.model.ArtifactCoordinates artifactCoordinates) |
public static MuleArtifactPatchingModel loadModel(File pluginPatchJarFile) throws IOException
IOExceptionpublic org.mule.tools.api.classloader.model.ArtifactCoordinates getArtifactCoordinates()
public void setArtifactCoordinates(org.mule.tools.api.classloader.model.ArtifactCoordinates artifactCoordinates)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.