|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
org.apache.maven.archetype.metadata.ModuleDescriptor
public class ModuleDescriptor
Class ModuleDescriptor.
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 |
---|
public ModuleDescriptor()
Method Detail |
---|
public 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |