Class ModuleDescriptor

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModuleDescriptor
    extends AbstractArchetypeDescriptor
    implements java.io.Serializable
    Class ModuleDescriptor.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String dir
      The module's directory.
      private java.lang.String id
      The module's artifactId.
      private java.lang.String name
      The module's name.
    • Field Detail

      • id

        private java.lang.String id
        The module's artifactId.
      • dir

        private java.lang.String dir
        The module's directory.
      • name

        private java.lang.String name
        The module's name.
    • Constructor Detail

      • ModuleDescriptor

        public ModuleDescriptor()
    • Method Detail

      • getDir

        public java.lang.String getDir()
        Get the module's directory.
        Returns:
        String
      • getId

        public java.lang.String getId()
        Get the module's artifactId.
        Returns:
        String
      • getName

        public java.lang.String getName()
        Get the module's name.
        Returns:
        String
      • setDir

        public void setDir​(java.lang.String dir)
        Set the module's directory.
        Parameters:
        dir - a dir object.
      • setId

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

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