org.codehaus.mojo.runtime.builder
Class AbstractMavenRuntimeBuilder

java.lang.Object
  extended by org.codehaus.mojo.runtime.builder.AbstractMavenRuntimeBuilder
All Implemented Interfaces:
MavenRuntimeBuilder
Direct Known Subclasses:
MavenJarRuntimeBuilder, MavenShellRuntimeBuilder

public abstract class AbstractMavenRuntimeBuilder
extends java.lang.Object
implements MavenRuntimeBuilder

Version:
$Id: AbstractMavenRuntimeBuilder.java 2166 2006-07-18 21:32:16Z carlos $
Author:
Trygve Laugstøl

Constructor Summary
AbstractMavenRuntimeBuilder()
           
 
Method Summary
protected static void mkdir(java.io.File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.mojo.runtime.builder.MavenRuntimeBuilder
build
 

Constructor Detail

AbstractMavenRuntimeBuilder

public AbstractMavenRuntimeBuilder()
Method Detail

mkdir

protected static void mkdir(java.io.File dir)
                     throws MavenRuntimeBuilderException
Throws:
MavenRuntimeBuilderException


Copyright © 2009. All Rights Reserved.