Class RecursiveJarSigner.NestedJarSigner
java.lang.Object
java.nio.file.SimpleFileVisitor<Path>
org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.NestedJarSigner
- All Implemented Interfaces:
FileVisitor<Path>
- Enclosing class:
RecursiveJarSigner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFileFailed
-
Field Details
-
currentDepth
private final int currentDepth -
options
-
numberOfSignedNestedJar
private int numberOfSignedNestedJar
-
-
Constructor Details
-
NestedJarSigner
NestedJarSigner(int currentDepth, JarSigner.Options options)
-
-
Method Details
-
visitFile
- Specified by:
visitFile
in interfaceFileVisitor<Path>
- Overrides:
visitFile
in classSimpleFileVisitor<Path>
- Throws:
IOException
-
getNumberOfSignedNestedJar
public int getNumberOfSignedNestedJar()
-