|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenUrl | |
|---|---|
| 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 MavenUrl in org.modeshape.maven |
|---|
| Methods in org.modeshape.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.modeshape.maven.spi |
|---|
| Methods in org.modeshape.maven.spi with parameters of type MavenUrl | |
|---|---|
protected Node |
JcrMavenUrlProvider.getContentNodeForMavenResource(Session session,
MavenUrl mavenUrl)
|
protected InputStream |
JcrMavenUrlProvider.getInputStream(MavenUrl mavenUrl)
Obtain an input stream to the existing content at the location given by the supplied MavenUrl. |
protected OutputStream |
JcrMavenUrlProvider.getOutputStream(MavenUrl mavenUrl)
Obtain an output stream to the existing content at the location given by the supplied MavenUrl. |
void |
JcrMavenUrlProvider.setContent(MavenUrl mavenUrl,
InputStream content)
|
| Constructors in org.modeshape.maven.spi with parameters of type MavenUrl | |
|---|---|
JcrMavenUrlProvider.MavenOutputStream(MavenUrl mavenUrl,
File file)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||