| Package | Description |
|---|---|
| org.mule.tools.api.classloader | |
| org.mule.tools.api.classloader.model |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ArtifactCustomJsonSerializer.serialize(Artifact artifact,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
Artifact.copyWithParameterizedUri() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
Plugin.getAdditionalDependencies() |
Set<Artifact> |
AppClassLoaderModel.getArtifacts() |
Set<Artifact> |
NotParameterizedClassLoaderModel.getArtifacts() |
Set<Artifact> |
ApplicationClassloaderModel.getArtifacts() |
Set<Artifact> |
ClassLoaderModel.getArtifacts() |
List<Artifact> |
NotParameterizedClassLoaderModel.getDependencies() |
List<Artifact> |
ClassLoaderModel.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Artifact.getFormattedArtifactFileName(Artifact artifact)
Build the default artifact file name in a maven repository.
|
static String |
Artifact.getPomFileName(Artifact artifact)
Build the default pom file name in a maven repository.
|
void |
Artifact.setNewArtifactURI(Artifact newArtifact,
File newArtifactFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.setAdditionalDependencies(List<Artifact> dependencies) |
void |
NotParameterizedClassLoaderModel.setDependencies(List<Artifact> dependencies) |
void |
ClassLoaderModel.setDependencies(List<Artifact> dependencies) |
Copyright © 2019 MuleSoft Inc. All rights reserved.