|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenId | |
|---|---|
| org.jboss.dna.maven | |
| org.jboss.dna.maven.spi | |
| Uses of MavenId in org.jboss.dna.maven |
|---|
| Methods in org.jboss.dna.maven that return MavenId | |
|---|---|
MavenId |
MavenId.clone()
|
static MavenId[] |
MavenId.createClasspath(MavenId... mavenIds)
Create a classpath of MavenIds by examining the supplied IDs and removing any duplicates. |
static MavenId[] |
MavenId.createClasspath(java.lang.String... mavenCoordinates)
Build a classpath of MavenIds by parsing the supplied Maven artifact coordinates. |
static MavenId[] |
MavenId.createClasspath(java.lang.String commaSeparatedCoordinates)
Build a classpath of MavenIds by parsing the supplied string containing comma-separated Maven artifact
coordinates. |
static MavenId |
MavenId.createFromCoordinates(java.lang.String coordinates)
|
MavenId |
MavenDependency.getId()
The identifier of the artifact for this dependency. |
| Methods in org.jboss.dna.maven that return types with arguments of type MavenId | |
|---|---|
java.util.Set<MavenId> |
MavenRepository.exists(MavenId firstId,
MavenId... mavenIds)
Determine which of the identified libraries exist in this Maven repository. |
java.util.Set<MavenId> |
MavenDependency.getExclusions()
Exclusions explicitly tell Maven that you don't want to include the specified project that is a dependency of this dependency (in other words, its transitive dependency). |
| Methods in org.jboss.dna.maven with parameters of type MavenId | |
|---|---|
int |
MavenId.compareTo(MavenId that)
|
static MavenId[] |
MavenId.createClasspath(MavenId... mavenIds)
Create a classpath of MavenIds by examining the supplied IDs and removing any duplicates. |
boolean |
MavenRepository.exists(MavenId mavenId)
Determine whether the identified library exists in this Maven repository. |
java.util.Set<MavenId> |
MavenRepository.exists(MavenId firstId,
MavenId... mavenIds)
Determine which of the identified libraries exist in this Maven repository. |
java.util.Set<MavenId> |
MavenRepository.exists(MavenId firstId,
MavenId... mavenIds)
Determine which of the identified libraries exist in this Maven repository. |
java.lang.ClassLoader |
MavenRepository.getClassLoader(java.lang.ClassLoader parent,
MavenId... mavenIds)
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs. |
java.util.List<MavenDependency> |
MavenRepository.getDependencies(MavenId mavenId)
Get the dependencies for the Maven project with the specified ID. |
java.net.URL |
MavenRepository.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType)
Get the URL for the artifact with the specified type in the given Maven project. |
java.net.URL |
MavenRepository.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
| Constructors in org.jboss.dna.maven with parameters of type MavenId | |
|---|---|
MavenDependency(MavenId id)
|
|
| Uses of MavenId in org.jboss.dna.maven.spi |
|---|
| Methods in org.jboss.dna.maven.spi with parameters of type MavenId | |
|---|---|
java.net.URL |
MavenUrlProvider.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
java.net.URL |
JcrMavenUrlProvider.getUrl(MavenId mavenId,
ArtifactType artifactType,
SignatureType signatureType,
boolean createIfRequired)
Get the URL for the artifact with the specified type in the given Maven project. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||