Package org.apache.maven.wagon
Class WagonConstants
java.lang.Object
org.apache.maven.wagon.WagonConstants
This class contains constants used in Wagon API.
- Author:
- Michal Maczka
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates that length has not been set.static final int
Indicates that port has not been set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_PORT
public static final int UNKNOWN_PORTIndicates that port has not been set.- See Also:
-
UNKNOWN_LENGTH
public static final int UNKNOWN_LENGTHIndicates that length has not been set.- See Also:
-
-
Constructor Details
-
WagonConstants
public WagonConstants()
-