Class ScriptDef.Attribute
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.optional.script.ScriptDef.Attribute
-
- Enclosing class:
- ScriptDef
public static class ScriptDef.Attribute extends java.lang.ObjectClass representing an attribute definition
-
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDefault(java.lang.String defaultValue)Set the default value of thisScriptDef.Attribute.voidsetName(java.lang.String name)Sets the attribute name.
-
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
Sets the attribute name.- Parameters:
name- the attribute name
-
setDefault
public void setDefault(java.lang.String defaultValue)
Set the default value of thisScriptDef.Attribute.- Parameters:
defaultValue-String- Since:
- Ant 1.10.13
-
-