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 intcurrentDepthprivate intnumberOfSignedNestedJarprivate JarSigner.Optionsoptions
-
Constructor Summary
Constructors Constructor Description NestedJarSigner(int currentDepth, JarSigner.Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfSignedNestedJar()java.nio.file.FileVisitResultvisitFile(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:
visitFilein interfacejava.nio.file.FileVisitor<java.nio.file.Path>- Overrides:
visitFilein classjava.nio.file.SimpleFileVisitor<java.nio.file.Path>- Throws:
java.io.IOException
-
getNumberOfSignedNestedJar
public int getNumberOfSignedNestedJar()
-
-