org.codehaus.mojo.runtime.builder
Class MavenJarRuntimeBuilder

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

public class MavenJarRuntimeBuilder
extends AbstractMavenRuntimeBuilder

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

Constructor Summary
MavenJarRuntimeBuilder()
           
 
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

MavenJarRuntimeBuilder

public MavenJarRuntimeBuilder()
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 © 2009. All Rights Reserved.