Class AutoValue_RecursiveJarSigner
java.lang.Object
org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner
org.eclipse.cbi.maven.plugins.jarsigner.AutoValue_RecursiveJarSigner
- All Implemented Interfaces:
JarSigner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Nested classes/interfaces inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
FilteredJarSigner.Filter, FilteredJarSigner.Filters
Nested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_RecursiveJarSigner
(FilteredJarSigner.Filter filter, JarSigner delegate, int maxDepth, org.apache.maven.plugin.logging.Log log) -
Method Summary
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner
builder, doSignJar
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner
sign
-
Field Details
-
filter
-
delegate
-
maxDepth
private final int maxDepth -
log
private final org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
AutoValue_RecursiveJarSigner
private AutoValue_RecursiveJarSigner(FilteredJarSigner.Filter filter, JarSigner delegate, int maxDepth, org.apache.maven.plugin.logging.Log log)
-
-
Method Details
-
filter
FilteredJarSigner.Filter filter()- Specified by:
filter
in classFilteredJarSigner
-
delegate
JarSigner delegate()- Specified by:
delegate
in classRecursiveJarSigner
-
maxDepth
int maxDepth()- Specified by:
maxDepth
in classRecursiveJarSigner
-
log
org.apache.maven.plugin.logging.Log log()Description copied from class:RecursiveJarSigner
The log on which feedback will be provided.- Specified by:
log
in classRecursiveJarSigner
-
toString
-
equals
-
hashCode
public int hashCode()
-