Uses of Class
org.jboss.dna.maven.MavenUrl

Packages that use MavenUrl
org.jboss.dna.maven The classes that make up the Maven classloader system. 
org.jboss.dna.maven.spi The classes that define the SPI for the Maven classloader system. 
 

Uses of MavenUrl in org.jboss.dna.maven
 

Methods in org.jboss.dna.maven that return MavenUrl
static MavenUrl MavenUrl.parse(String url, TextDecoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
static MavenUrl MavenUrl.parse(URL url, TextDecoder decoder)
          Parse the supplied URL and determine if the URL fits the JCR URL format.
 

Uses of MavenUrl in org.jboss.dna.maven.spi
 

Methods in org.jboss.dna.maven.spi with parameters of type MavenUrl
 void JcrMavenUrlProvider.setContent(MavenUrl mavenUrl, InputStream content)
           
 



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