Class AutoValue_RecursiveJarSigner

    • Field Detail

      • maxDepth

        private final int maxDepth
      • log

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

      • AutoValue_RecursiveJarSigner

        private AutoValue_RecursiveJarSigner​(FilteredJarSigner.Filter filter,
                                             JarSigner delegate,
                                             int maxDepth,
                                             org.apache.maven.plugin.logging.Log log)