nl.toolforge.karma.core.module
Class LibModule
java.lang.Object
nl.toolforge.karma.core.module.BaseModule
nl.toolforge.karma.core.module.LibModule
- All Implemented Interfaces:
- Module
- public class LibModule
- extends BaseModule
Module type containing libraries. This release only supports the Karma Java Edition, which means that the libs
(jar-files) need to be stored Maven-style, as this is how they will be looked up in the module.
- Version:
- $Id: LibModule.java,v 1.1 2004/11/10 22:25:11 hippe Exp $
- Author:
- D.A. Smedes
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 |
LibModule
public LibModule(java.lang.String name,
Location location)
LibModule
public LibModule(java.lang.String name,
Location location,
Version version)
getLayoutTemplate
public ModuleLayoutTemplate getLayoutTemplate()
- Returns an
LibModuleLayoutTemplate
instance.
- Specified by:
getLayoutTemplate
in interface Module
- Specified by:
getLayoutTemplate
in class BaseModule
- Returns:
- An
LibModuleLayoutTemplate
instance.
getLibraries
public java.util.Set getLibraries()
Copyright © 2002-2004 Toolforge. All Rights Reserved.