Uses of Interface
org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
-
Packages that use JarSigner Package Description org.eclipse.cbi.maven.plugins.jarsigner org.eclipse.cbi.maven.plugins.jarsigner.mojo -
-
Uses of JarSigner in org.eclipse.cbi.maven.plugins.jarsigner
Classes in org.eclipse.cbi.maven.plugins.jarsigner that implement JarSigner Modifier and Type Class Description (package private) classAutoValue_RecursiveJarSigner(package private) classAutoValue_RemoteJarSignerclassFilteredJarSignerclassJarResignerprivate static classJarResigner.DoNotResignprivate static classJarResigner.OverwriteSignatureprivate static classJarResigner.OverwriteSignatureWithSameDigestAlgprivate static classJarResigner.Resignprivate static classJarResigner.ResignWithSameDigestAlgprivate static classJarResigner.ThrowExceptionclassRecursiveJarSignerclassRemoteJarSignerFields in org.eclipse.cbi.maven.plugins.jarsigner declared as JarSigner Modifier and Type Field Description private JarSignerAutoValue_RecursiveJarSigner.Builder. delegateprivate JarSignerAutoValue_RecursiveJarSigner. delegateprivate JarSignerJarResigner. delegateMethods in org.eclipse.cbi.maven.plugins.jarsigner that return JarSigner Modifier and Type Method Description static JarSignerJarResigner. create(JarResigner.Strategy strategy, JarSigner delegate, org.apache.maven.plugin.logging.Log log)(package private) JarSignerAutoValue_RecursiveJarSigner. delegate()(package private) JarSignerJarResigner. delegate()(package private) abstract JarSignerRecursiveJarSigner. delegate()static JarSignerJarResigner. doNotResign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. overwrite(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. overwriteWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. resign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. resignWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. throwException(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner Modifier and Type Method Description static JarSignerJarResigner. create(JarResigner.Strategy strategy, JarSigner delegate, org.apache.maven.plugin.logging.Log log)RecursiveJarSigner.BuilderAutoValue_RecursiveJarSigner.Builder. delegate(JarSigner delegate)abstract RecursiveJarSigner.BuilderRecursiveJarSigner.Builder. delegate(JarSigner jarSigner)static JarSignerJarResigner. doNotResign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. overwrite(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. overwriteWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. resign(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. resignWithSameDigestAlgorithm(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)static JarSignerJarResigner. throwException(JarSigner jarSigner, org.apache.maven.plugin.logging.Log log)Constructors in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarSigner Constructor Description AutoValue_RecursiveJarSigner(FilteredJarSigner.Filter filter, JarSigner delegate, int maxDepth, org.apache.maven.plugin.logging.Log log)DoNotResign(JarSigner delegate, org.apache.maven.plugin.logging.Log log)JarResigner(JarSigner delegate, org.apache.maven.plugin.logging.Log log)OverwriteSignature(JarSigner delegate, org.apache.maven.plugin.logging.Log log)OverwriteSignatureWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)Resign(JarSigner delegate, org.apache.maven.plugin.logging.Log log)ResignWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)ThrowException(JarSigner delegate, org.apache.maven.plugin.logging.Log log) -
Uses of JarSigner in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Methods in org.eclipse.cbi.maven.plugins.jarsigner.mojo that return JarSigner Modifier and Type Method Description private JarSignerSignMojo. createJarSigner()Creates and returns theJarSigneraccording to the injected Mojo parameter.Methods in org.eclipse.cbi.maven.plugins.jarsigner.mojo with parameters of type JarSigner Modifier and Type Method Description private voidSignMojo. signArtifact(JarSigner jarSigner, org.apache.maven.artifact.Artifact artifact)
-