Class AutoValue_RemoteJarSigner

    • Field Detail

      • serverUri

        private final java.net.URI serverUri
      • log

        private final org.apache.maven.plugin.logging.Log log
    • Constructor Detail

      • AutoValue_RemoteJarSigner

        private AutoValue_RemoteJarSigner​(FilteredJarSigner.Filter filter,
                                          java.net.URI serverUri,
                                          HttpClient httpClient,
                                          org.apache.maven.plugin.logging.Log log)
    • Method Detail

      • log

        org.apache.maven.plugin.logging.Log log()
        Description copied from class: RemoteJarSigner
        The log on which feedback will be provided.
        Specified by:
        log in class RemoteJarSigner
      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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