| Package | Description |
|---|---|
| org.mule.tools.api.classloader.model | |
| org.mule.tools.api.classloader.model.util |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
Artifact.copyWithParameterizedUri() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
ClassLoaderModel.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Artifact.setNewArtifactURI(Artifact newArtifact,
File newArtifactFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassLoaderModel.setDependencies(List<Artifact> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
static Artifact |
ArtifactUtils.toArtifact(org.mule.maven.client.api.model.BundleDependency bundleDependency)
Convert a
BundleDependency instance to Artifact. |
| Modifier and Type | Method and Description |
|---|---|
static List<Artifact> |
ArtifactUtils.toArtifacts(Collection<org.mule.maven.client.api.model.BundleDependency> dependencies)
Converts a
List to a List. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArtifactUtils.isValidMulePlugin(Artifact artifact)
Checks if a
Artifact instance represents a mule-plugin. |
static org.apache.maven.artifact.Artifact |
ArtifactUtils.toArtifact(Artifact dependencyArtifact)
Converts a
Artifact instance to a Artifact instance. |
Copyright © 2017. All rights reserved.