Uses of Class
org.modeshape.maven.MavenRepositoryException

Packages that use MavenRepositoryException
org.modeshape.maven The classes that make up the Maven classloader system. 
org.modeshape.maven.spi The classes that define the SPI for the Maven classloader system. 
 

Uses of MavenRepositoryException in org.modeshape.maven
 

Methods in org.modeshape.maven that throw MavenRepositoryException
 boolean MavenRepository.exists(MavenId mavenId)
          Determine whether the identified library exists in this Maven repository.
 Set<MavenId> MavenRepository.exists(MavenId firstId, MavenId... mavenIds)
          Determine which of the identified libraries exist in this Maven repository.
 

Uses of MavenRepositoryException in org.modeshape.maven.spi
 

Methods in org.modeshape.maven.spi that throw MavenRepositoryException
 void MavenUrlProvider.configure(Properties properties)
          Configure this provider given the configuration properties.
 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.
 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.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.