public class ModuleDescriptor extends AbstractArchetypeDescriptor implements Serializable
| Constructor and Description |
|---|
ModuleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addFileSet, addModule, getFileSets, getModules, removeFileSet, removeModule, setFileSets, setModulespublic String getDir()
public String getId()
public String getName()
public void setDir(String dir)
dir - public void setId(String id)
id - public void setName(String name)
name - Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.