|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.model.WebConfigParamMeta
public class WebConfigParamMeta
Constructor Summary | |
---|---|
WebConfigParamMeta()
|
|
WebConfigParamMeta(WebConfigParamMeta pm)
|
Method Summary | |
---|---|
static void |
addXmlRules(org.apache.commons.digester.Digester digester,
String prefix)
Add digester rules to repopulate a Model instance from an xml file. |
boolean |
containsTag(String tag)
|
String |
getAlias()
|
String |
getClassType()
|
String |
getDefaultValue()
Returns the default value of this attribute. |
String |
getDescription()
|
String |
getExpectedValues()
|
String |
getFieldName()
|
String |
getGroup()
|
String |
getLongDescription()
|
String |
getName()
|
String |
getSince()
|
String |
getSourceClassName()
Return the className of the real java class from which this metadata was gathered. |
String |
getSourcePackageName()
Utility method to return just the packagename part of the className attribute. |
String |
getTags()
|
Boolean |
isDeprecated()
|
Boolean |
isIgnoreUpperLowerCase()
|
void |
merge(WebConfigParamMeta other)
Merge the data in the specified other property into this one, throwing an exception if there is an incompatibility. |
void |
setAlias(String alias)
|
void |
setClassType(String classType)
|
void |
setDefaultValue(String defaultValue)
Sets the default value of this attribute. |
void |
setDeprecated(Boolean deprecated)
|
void |
setDescription(String desc)
|
void |
setExpectedValues(String expectedValues)
|
void |
setFieldName(String fieldName)
|
void |
setGroup(String group)
|
void |
setIgnoreUpperLowerCase(Boolean ignoreUpperLowerCase)
|
void |
setLongDescription(String desc)
|
void |
setName(String name)
Set the name that users refer to this property by. |
void |
setSince(String since)
|
void |
setSourceClassName(String sourceClassName)
|
void |
setTags(String tags)
|
static void |
writeXml(XmlWriter out,
WebConfigParamMeta pm)
Write this model out as xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebConfigParamMeta()
public WebConfigParamMeta(WebConfigParamMeta pm)
Method Detail |
---|
public static void writeXml(XmlWriter out, WebConfigParamMeta pm)
public static void addXmlRules(org.apache.commons.digester.Digester digester, String prefix)
public void merge(WebConfigParamMeta other)
public void setName(String name)
This sets the name of xml tag attributes, and the base names of generated getter/setter methods.
public String getName()
public void setDescription(String desc)
public String getDescription()
public void setLongDescription(String desc)
public String getLongDescription()
public void setDefaultValue(String defaultValue)
defaultValue
- the attribute default valuepublic String getDefaultValue()
public void setFieldName(String fieldName)
public String getFieldName()
public void setExpectedValues(String expectedValues)
public String getExpectedValues()
public String getSourcePackageName()
public String getSourceClassName()
This is mostly used for documentation. However when generating code in "template mode", this is used to locate the original class in order to find the source code to copy. It is also used for some reason in MakeComponentsMojo when determining whether to generate a class or not - this is probably wrong.
public void setSourceClassName(String sourceClassName)
public String getSince()
public void setSince(String since)
public String getGroup()
public void setGroup(String group)
public String getTags()
public void setTags(String tags)
public Boolean isDeprecated()
public void setDeprecated(Boolean deprecated)
public String getAlias()
public void setAlias(String alias)
public Boolean isIgnoreUpperLowerCase()
public void setIgnoreUpperLowerCase(Boolean ignoreUpperLowerCase)
public String getClassType()
public void setClassType(String classType)
public boolean containsTag(String tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |