Uses of Class
org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Strategy
-
Packages that use JarResigner.Strategy Package Description org.eclipse.cbi.maven.plugins.jarsigner -
-
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(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)
-