Class RecursiveJarSigner.NestedJarSigner

  • All Implemented Interfaces:
    java.nio.file.FileVisitor<java.nio.file.Path>
    Enclosing class:
    RecursiveJarSigner

    private final class RecursiveJarSigner.NestedJarSigner
    extends java.nio.file.SimpleFileVisitor<java.nio.file.Path>
    • Field Detail

      • currentDepth

        private final int currentDepth
      • numberOfSignedNestedJar

        private int numberOfSignedNestedJar
    • Constructor Detail

    • Method Detail

      • visitFile

        public java.nio.file.FileVisitResult visitFile​(java.nio.file.Path file,
                                                       java.nio.file.attribute.BasicFileAttributes attrs)
                                                throws java.io.IOException
        Specified by:
        visitFile in interface java.nio.file.FileVisitor<java.nio.file.Path>
        Overrides:
        visitFile in class java.nio.file.SimpleFileVisitor<java.nio.file.Path>
        Throws:
        java.io.IOException
      • getNumberOfSignedNestedJar

        public int getNumberOfSignedNestedJar()