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.Object
Class representing an attribute definition
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
Modifier and Type Method Description void
setName(java.lang.String name)
Sets the attribute nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
setName
public void setName(java.lang.String name)Sets the attribute name- Parameters:
name
- the attribute name
-