org.apache.maven.archetype.metadata
Class ModuleDescriptor

java.lang.Object
  extended by org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
      extended by org.apache.maven.archetype.metadata.ModuleDescriptor
All Implemented Interfaces:
Serializable

public class ModuleDescriptor
extends AbstractArchetypeDescriptor
implements Serializable

Class ModuleDescriptor.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ModuleDescriptor()
           
 
Method Summary
 String getDir()
          Get the module's directory.
 String getId()
          Get the module's artifactId.
 String getName()
          Get the module's name.
 void setDir(String dir)
          Set the module's directory.
 void setId(String id)
          Set the module's artifactId.
 void setName(String name)
          Set the module's name.
 
Methods inherited from class org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
addFileSet, addModule, getFileSets, getModules, removeFileSet, removeModule, setFileSets, setModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDescriptor

public ModuleDescriptor()
Method Detail

getDir

public String getDir()
Get the module's directory.

Returns:
String

getId

public String getId()
Get the module's artifactId.

Returns:
String

getName

public String getName()
Get the module's name.

Returns:
String

setDir

public void setDir(String dir)
Set the module's directory.

Parameters:
dir -

setId

public void setId(String id)
Set the module's artifactId.

Parameters:
id -

setName

public void setName(String name)
Set the module's name.

Parameters:
name -


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.