nl.toolforge.karma.core.module
Class MavenModule

java.lang.Object
  extended bynl.toolforge.karma.core.module.BaseModule
      extended bynl.toolforge.karma.core.module.SourceModule
          extended bynl.toolforge.karma.core.module.MavenModule
All Implemented Interfaces:
Module

public class MavenModule
extends SourceModule

This type of module represents a module from a Maven project.

Maven versions supported: maven-1.0-rc2.

Version:
$Id: MavenModule.java,v 1.2 2004/11/10 23:53:09 asmedes Exp $
Author:
D.A. Smedes

Nested Class Summary
 
Nested classes inherited from class nl.toolforge.karma.core.module.Module
Module.State, Module.Type
 
Field Summary
 
Fields inherited from class nl.toolforge.karma.core.module.BaseModule
logger
 
Fields inherited from interface nl.toolforge.karma.core.module.Module
DYNAMIC, JAVA_ENTERPRISE_APPLICATION, JAVA_SOURCE_MODULE, JAVA_WEB_APPLICATION, LIBRARY_MODULE, MODULE_DESCRIPTOR, OTHER_MODULE, STATIC, UNKNOWN, WORKING
 
Constructor Summary
MavenModule(java.lang.String name, Location location)
           
MavenModule(java.lang.String name, Location location, Version version)
           
 
Methods inherited from class nl.toolforge.karma.core.module.SourceModule
getInstanceType, getLayoutTemplate
 
Methods inherited from class nl.toolforge.karma.core.module.BaseModule
createRemote, equals, getBaseDir, getDependencies, getLocation, getName, getPatchLine, getType, getVersion, getVersionAsString, hasDevelopmentLine, hashCode, hasPatchLine, hasVersion, markDevelopmentLine, markPatchLine, setBaseDir, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenModule

public MavenModule(java.lang.String name,
                   Location location)

MavenModule

public MavenModule(java.lang.String name,
                   Location location,
                   Version version)


Copyright © 2002-2004 Toolforge. All Rights Reserved.