|
||||||||||
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
null
Constructor Summary | |
---|---|
ArchetypeDescriptor()
|
Method Summary | |
---|---|
void |
addRequiredProperty(RequiredProperty requiredProperty)
Method addRequiredProperty |
String |
getId()
Get null |
String |
getModelEncoding()
|
List |
getRequiredProperties()
Method getRequiredProperties |
boolean |
isPartial()
Get null |
void |
removeRequiredProperty(RequiredProperty requiredProperty)
Method removeRequiredProperty |
void |
setId(String id)
Set null |
void |
setModelEncoding(String modelEncoding)
|
void |
setPartial(boolean partial)
Set null |
void |
setRequiredProperties(List requiredProperties)
Set null |
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 getId()
public List getRequiredProperties()
public boolean isPartial()
public void removeRequiredProperty(RequiredProperty requiredProperty)
requiredProperty
- public void setId(String id)
id
- public void setPartial(boolean partial)
partial
- public void setRequiredProperties(List requiredProperties)
requiredProperties
- public void setModelEncoding(String modelEncoding)
setModelEncoding
in class AbstractArchetypeDescriptor
public String getModelEncoding()
getModelEncoding
in class AbstractArchetypeDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |