Class ModuleDescriptor

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

public class ModuleDescriptor extends AbstractArchetypeDescriptor implements Serializable
Class ModuleDescriptor.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • ModuleDescriptor

      public ModuleDescriptor()
  • Method Details

    • 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 - a dir object.
    • setId

      public void setId(String id)
      Set the module's artifactId.
      Parameters:
      id - a id object.
    • setName

      public void setName(String name)
      Set the module's name.
      Parameters:
      name - a name object.