org.jvnet.mavenincrementalbuild
Class BuildTree

java.lang.Object
  extended by org.jvnet.mavenincrementalbuild.BuildTree

public class BuildTree
extends java.lang.Object


Constructor Summary
BuildTree()
           
 
Method Summary
 void addModule(Module module)
           
static BuildTree getInstance()
           
 Module getModule(ModuleIdentifier identifier)
           
 Module getModule(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildTree

public BuildTree()
Method Detail

getInstance

public static BuildTree getInstance()

getModule

public Module getModule(java.lang.String groupId,
                        java.lang.String artifactId,
                        java.lang.String version)

getModule

public Module getModule(ModuleIdentifier identifier)

addModule

public void addModule(Module module)


Copyright © 2007-2009. All Rights Reserved.