Uses of Class
org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Strategy
-
Packages that use JarResigner.Strategy Package Description org.eclipse.cbi.maven.plugins.jarsigner org.eclipse.cbi.maven.plugins.jarsigner.mojo -
-
Uses of JarResigner.Strategy in org.eclipse.cbi.maven.plugins.jarsigner
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return JarResigner.Strategy Modifier and Type Method Description static JarResigner.Strategy
JarResigner.Strategy. valueOf(java.lang.String name)
Returns 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.Strategy Modifier and Type Method Description static JarSigner
JarResigner. 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.Strategy Modifier and Type Field Description private JarResigner.Strategy
SignMojo. resigningStrategy
The strategy to be used if the artifacts of the current project are already signed (e.g., when replaced with a baseline version).
-