org.codehaus.mojo.runtime.builder
Class MavenShellRuntimeBuilder

java.lang.Object
  extended by org.codehaus.mojo.runtime.builder.AbstractMavenRuntimeBuilder
      extended by org.codehaus.mojo.runtime.builder.MavenShellRuntimeBuilder
All Implemented Interfaces:
MavenRuntimeBuilder

public class MavenShellRuntimeBuilder
extends AbstractMavenRuntimeBuilder

Version:
$Id: MavenShellRuntimeBuilder.java 2166 2006-07-18 21:32:16Z carlos $
Author:
Jesse McConnell

Constructor Summary
MavenShellRuntimeBuilder()
           
 
Method Summary
 void build(Runtime runtime, org.apache.maven.project.MavenProject project, java.io.File runtimeFile, java.io.File outputDirectory)
           
 
Methods inherited from class org.codehaus.mojo.runtime.builder.AbstractMavenRuntimeBuilder
mkdir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenShellRuntimeBuilder

public MavenShellRuntimeBuilder()
Method Detail

build

public void build(Runtime runtime,
                  org.apache.maven.project.MavenProject project,
                  java.io.File runtimeFile,
                  java.io.File outputDirectory)
           throws MavenRuntimeBuilderException
Throws:
MavenRuntimeBuilderException


Copyright © 2010. All Rights Reserved.