org.codehaus.gant.ant
Class Gant.Definition

java.lang.Object
  extended by org.codehaus.gant.ant.Gant.Definition
Enclosing class:
Gant

public static final class Gant.Definition
extends java.lang.Object

A class representing a nested definition tag.


Field Summary
private  java.lang.String name
           
private  java.lang.String value
           
 
Constructor Summary
Gant.Definition()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String s)
           
 void setValue(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

value

private java.lang.String value
Constructor Detail

Gant.Definition

public Gant.Definition()
Method Detail

setName

public void setName(java.lang.String s)

getName

public java.lang.String getName()

setValue

public void setValue(java.lang.String s)

getValue

public java.lang.String getValue()

Copyright © 2006–9 The Codehaus. All Rights Reserved.