Class WagonConstants


  • public final class WagonConstants
    extends java.lang.Object
    This class contains constants used in Wagon API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int UNKNOWN_LENGTH
      Indicates that length has not been set.
      static int UNKNOWN_PORT
      Indicates that port has not been set.
    • Constructor Summary

      Constructors 
      Constructor Description
      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()