Uses of Enum
org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Strategy
Packages that use JarResigner.Strategy
Package
Description
-
Uses of JarResigner.Strategy in org.eclipse.cbi.maven.plugins.jarsigner
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return JarResigner.StrategyModifier and TypeMethodDescriptionstatic JarResigner.StrategyReturns the enum constant of this type with the specified name.static JarResigner.Strategy[]JarResigner.Strategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type JarResigner.StrategyModifier and TypeMethodDescriptionstatic JarSignerJarResigner.create(JarResigner.Strategy strategy, JarSigner delegate, org.apache.maven.plugin.logging.Log log) -
Uses of JarResigner.Strategy in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Fields in org.eclipse.cbi.maven.plugins.jarsigner.mojo declared as JarResigner.StrategyModifier and TypeFieldDescriptionprivate JarResigner.StrategySignMojo.resigningStrategyThe strategy to be used if the artifacts of the current project are already signed (e.g., when replaced with a baseline version).