Class RecursiveJarSigner.NestedJarSigner
- java.lang.Object
-
- java.nio.file.SimpleFileVisitor<java.nio.file.Path>
-
- org.eclipse.cbi.maven.plugins.jarsigner.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 Summary
Fields Modifier and Type Field Description private int
currentDepth
private int
numberOfSignedNestedJar
private JarSigner.Options
options
-
Constructor Summary
Constructors Constructor Description NestedJarSigner(int currentDepth, JarSigner.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumberOfSignedNestedJar()
java.nio.file.FileVisitResult
visitFile(java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)
-
-
-
Field Detail
-
currentDepth
private final int currentDepth
-
options
private final JarSigner.Options options
-
numberOfSignedNestedJar
private int numberOfSignedNestedJar
-
-
Constructor Detail
-
NestedJarSigner
NestedJarSigner(int currentDepth, JarSigner.Options options)
-
-
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 interfacejava.nio.file.FileVisitor<java.nio.file.Path>
- Overrides:
visitFile
in classjava.nio.file.SimpleFileVisitor<java.nio.file.Path>
- Throws:
java.io.IOException
-
getNumberOfSignedNestedJar
public int getNumberOfSignedNestedJar()
-
-