Class Resource


  • public class Resource
    extends java.lang.Object
    Describes resources which can be downloaded from the repository or uploaded to repository.

    This class contains minimal set of informations, which are needed to reuse wagon in maven 1.

    Author:
    Michal Maczka
    • Constructor Detail

      • Resource

        public Resource()
      • Resource

        public Resource​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getLastModified

        public long getLastModified()
        Returns the value of the last-modified header field. The result is the number of milliseconds since January 1, 1970 GMT.
        Returns:
        the date the resource was last modified, or WagonConstants.UNKNOWN_LENGTH if not known.
      • setLastModified

        public void setLastModified​(long lastModified)
      • getContentLength

        public long getContentLength()
      • setContentLength

        public void setContentLength​(long contentLength)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • inspect

        public java.lang.String inspect()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object