| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.extension.ExtraAttribute
public class ExtraAttribute
Simple holder for extra attributes in main section of manifest.
| Constructor Summary | |
|---|---|
| ExtraAttribute() | |
| Method Summary | |
|---|---|
|  void | setName(java.lang.String name)Set the name of the parameter. | 
|  void | setValue(java.lang.String value)Set the value of the parameter. | 
|  void | validate()Make sure that neither the name or the value is null. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExtraAttribute()
| Method Detail | 
|---|
public void setName(java.lang.String name)
name - the name of parameterpublic void setValue(java.lang.String value)
value - the parameter value
public void validate()
              throws BuildException
BuildException - if the attribute is invalid.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||