public class ModuleDescriptor extends AbstractArchetypeDescriptor implements java.io.Serializable
Modifier and Type | Field and 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.
|
Constructor and Description |
---|
ModuleDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDir()
Get the module's directory.
|
java.lang.String |
getId()
Get the module's artifactId.
|
java.lang.String |
getName()
Get the module's name.
|
void |
setDir(java.lang.String dir)
Set the module's directory.
|
void |
setId(java.lang.String id)
Set the module's artifactId.
|
void |
setName(java.lang.String name)
Set the module's name.
|
addFileSet, addModule, getFileSets, getModules, removeFileSet, removeModule, setFileSets, setModules
private java.lang.String id
private java.lang.String dir
private java.lang.String name
public java.lang.String getDir()
public java.lang.String getId()
public java.lang.String getName()
public void setDir(java.lang.String dir)
dir
- public void setId(java.lang.String id)
id
- public void setName(java.lang.String name)
name
-