|
||||||||||
| 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.ArchetypeDescriptor
public class ArchetypeDescriptor
Class ArchetypeDescriptor.
| Constructor Summary | |
|---|---|
ArchetypeDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addRequiredProperty(RequiredProperty requiredProperty)
Method addRequiredProperty. |
String |
getModelEncoding()
Get the modelEncoding field. |
String |
getName()
Get name of the Archetype, that will be displayed to the user when choosing an archetype. |
List<RequiredProperty> |
getRequiredProperties()
Method getRequiredProperties. |
boolean |
isPartial()
Get is this archetype representing a full Maven project or only parts? |
void |
removeRequiredProperty(RequiredProperty requiredProperty)
Method removeRequiredProperty. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setName(String name)
Set name of the Archetype, that will be displayed to the user when choosing an archetype. |
void |
setPartial(boolean partial)
Set is this archetype representing a full Maven project or only parts? |
void |
setRequiredProperties(List<RequiredProperty> requiredProperties)
Set list of required properties to generate a project from this archetype. |
| 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 ArchetypeDescriptor()
| Method Detail |
|---|
public void addRequiredProperty(RequiredProperty requiredProperty)
requiredProperty - public String getModelEncoding()
public String getName()
public List<RequiredProperty> getRequiredProperties()
public boolean isPartial()
public void removeRequiredProperty(RequiredProperty requiredProperty)
requiredProperty - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setName(String name)
name - public void setPartial(boolean partial)
partial - public void setRequiredProperties(List<RequiredProperty> requiredProperties)
requiredProperties -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||