|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.archetype.metadata.RequiredProperty
public class RequiredProperty
Definition of a property required when generating a project from this archetype.
| Constructor Summary | |
|---|---|
RequiredProperty()
|
|
| Method Summary | |
|---|---|
String |
getDefaultValue()
Get default value of the property. |
String |
getKey()
Get key value of the property. |
void |
setDefaultValue(String defaultValue)
Set default value of the property. |
void |
setKey(String key)
Set key value of the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequiredProperty()
| Method Detail |
|---|
public String getDefaultValue()
public String getKey()
public void setDefaultValue(String defaultValue)
defaultValue - public void setKey(String key)
key -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||