org.codehaus.gant.ant
Class Gant.GantTarget

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

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

A class representing a nested target tag.


Field Summary
private  java.lang.String value
           
 
Constructor Summary
Gant.GantTarget()
           
 
Method Summary
 java.lang.String getValue()
           
 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

value

private java.lang.String value
Constructor Detail

Gant.GantTarget

public Gant.GantTarget()
Method Detail

setValue

public void setValue(java.lang.String s)

getValue

public java.lang.String getValue()

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