org.apache.maven.wagon
Class WagonConstants

java.lang.Object
  extended by org.apache.maven.wagon.WagonConstants

public final class WagonConstants
extends java.lang.Object

This class contains constants used in Wagon API.

Version:
$Id: WagonConstants.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka

Field Summary
static int UNKNOWN_LENGTH
          Indicates that length has not been set.
static int UNKNOWN_PORT
          Indicates that port has not been set.
 
Constructor Summary
WagonConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_PORT

public static final int UNKNOWN_PORT
Indicates that port has not been set.

See Also:
Constant Field Values

UNKNOWN_LENGTH

public static final int UNKNOWN_LENGTH
Indicates that length has not been set.

See Also:
Constant Field Values
Constructor Detail

WagonConstants

public WagonConstants()