| Package | Description |
|---|---|
| org.eclipse.cbi.maven.plugins.jarsigner | |
| org.eclipse.cbi.maven.plugins.jarsigner.mojo |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static JarSigner |
JarResigner.create(JarResigner.Strategy strategy,
JarSigner delegate,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Field and 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).
|