Uses of Interface
org.apache.maven.dotnet.embedder.MavenExecutionRequest

Packages that use MavenExecutionRequest
org.apache.maven.dotnet.embedder Provides core interfaces used for executing web service requests to a Maven Embedder . 
org.apache.maven.dotnet.embedder.impl Provides the implementation classes of the org.apache.maven.dotnent.embedder package. 
 

Uses of MavenExecutionRequest in org.apache.maven.dotnet.embedder
 

Methods in org.apache.maven.dotnet.embedder with parameters of type MavenExecutionRequest
 void MavenEmbedderService.execute(MavenExecutionRequest request)
          Executes the specified maven execute request, which is a request to execute a goal on a pom file.
 

Uses of MavenExecutionRequest in org.apache.maven.dotnet.embedder.impl
 

Classes in org.apache.maven.dotnet.embedder.impl that implement MavenExecutionRequest
 class MavenExecutionRequestImpl
          Provides an implementation of the MavenExecutionRequest.
 

Methods in org.apache.maven.dotnet.embedder.impl with parameters of type MavenExecutionRequest
 void MavenEmbedderServiceImpl.execute(MavenExecutionRequest request)
           
 



Copyright © 2007 NMaven. All Rights Reserved.