public class ClassLoaderModel extends Object
| Constructor and Description |
|---|
ClassLoaderModel(String version,
ArtifactCoordinates artifactCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoaderModel |
doGetParameterizedUriModel() |
boolean |
equals(Object o) |
ArtifactCoordinates |
getArtifactCoordinates() |
Set<Artifact> |
getArtifacts() |
List<Artifact> |
getDependencies() |
String[] |
getPackages()
Introspection of this artifact, it will contain the array of Java packages for this artifact.
|
ClassLoaderModel |
getParametrizedUriModel() |
String[] |
getResources()
Introspection of this artifact, it will contain the array of resources for this artifact.
|
String |
getVersion() |
int |
hashCode() |
void |
setArtifactCoordinates(ArtifactCoordinates artifactCoordinates) |
void |
setDependencies(List<Artifact> dependencies) |
void |
setPackages(String[] packages) |
void |
setResources(String[] resources) |
void |
setVersion(String version) |
public ClassLoaderModel(String version, ArtifactCoordinates artifactCoordinates)
public String getVersion()
public void setVersion(String version)
public ArtifactCoordinates getArtifactCoordinates()
public void setArtifactCoordinates(ArtifactCoordinates artifactCoordinates)
public ClassLoaderModel getParametrizedUriModel()
protected ClassLoaderModel doGetParameterizedUriModel()
public String[] getPackages()
String[] with the packages discovered for this artifact.public void setPackages(String[] packages)
public String[] getResources()
String[] with the resources discovered for this artifact.public void setResources(String[] resources)
Copyright © 2020 MuleSoft Inc. All rights reserved.