org.apache.maven.wagon.tck.http.util
Class ValueHolder<T>

java.lang.Object
  extended by org.apache.maven.wagon.tck.http.util.ValueHolder<T>

public class ValueHolder<T>
extends Object


Constructor Summary
ValueHolder()
           
ValueHolder(T initial)
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueHolder

public ValueHolder()

ValueHolder

public ValueHolder(T initial)
Method Detail

setValue

public void setValue(T value)

getValue

public T getValue()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.