net.sourceforge.groboutils.codecoverage.v2.ant
Class GroboInstrumentTask.LoggerProperty

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.ant.GroboInstrumentTask.LoggerProperty
Enclosing class:
GroboInstrumentTask

public static final class GroboInstrumentTask.LoggerProperty
extends java.lang.Object

Used for associating a key with a value for the properties.


Constructor Summary
GroboInstrumentTask.LoggerProperty()
           
 
Method Summary
 void setKey(java.lang.String k)
           
 void setLocation(java.io.File f)
           
 void setValue(java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroboInstrumentTask.LoggerProperty

public GroboInstrumentTask.LoggerProperty()
Method Detail

setKey

public void setKey(java.lang.String k)

setValue

public void setValue(java.lang.String v)

setLocation

public void setLocation(java.io.File f)


Copyright © 2001-2003 by The GroboUtils Project