Esempio n. 1
0
 /**
  * Determines whether signatures should be removed from JAR files. This is typically necessary as
  * instrumentation modifies the class files and therefore invalidates existing JAR signatures.
  * Default is <code>true</code>.
  *
  * @param flag <code>true</code> if signatures should be removed
  */
 public void setRemoveSignatures(final boolean flag) {
   signatureRemover.setActive(flag);
 }