private final class RecursiveJarSigner.NestedJarSigner
extends java.nio.file.SimpleFileVisitor<java.nio.file.Path>
Modifier and Type | Field and Description |
---|---|
private int |
currentDepth |
private int |
numberOfSignedNestedJar |
private JarSigner.Options |
options |
Constructor and Description |
---|
NestedJarSigner(int currentDepth,
JarSigner.Options options) |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfSignedNestedJar() |
java.nio.file.FileVisitResult |
visitFile(java.nio.file.Path file,
java.nio.file.attribute.BasicFileAttributes attrs) |
private final int currentDepth
private final JarSigner.Options options
private int numberOfSignedNestedJar
NestedJarSigner(int currentDepth, JarSigner.Options options)
public java.nio.file.FileVisitResult visitFile(java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs) throws java.io.IOException
visitFile
in interface java.nio.file.FileVisitor<java.nio.file.Path>
visitFile
in class java.nio.file.SimpleFileVisitor<java.nio.file.Path>
java.io.IOException
public int getNumberOfSignedNestedJar()