|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenRepositoryException | |
---|---|
org.jboss.dna.maven | |
org.jboss.dna.maven.spi |
Uses of MavenRepositoryException in org.jboss.dna.maven |
---|
Methods in org.jboss.dna.maven that throw MavenRepositoryException | |
---|---|
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. |
Uses of MavenRepositoryException in org.jboss.dna.maven.spi |
---|
Methods in org.jboss.dna.maven.spi that throw MavenRepositoryException | |
---|---|
void |
MavenUrlProvider.configure(java.util.Properties properties)
Configure this provider given the configuration properties. |
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 |