Class EclipseJarSignerFilter

java.lang.Object
org.eclipse.cbi.maven.plugins.jarsigner.EclipseJarSignerFilter
All Implemented Interfaces:
FilteredJarSigner.Filter

public class EclipseJarSignerFilter extends Object implements FilteredJarSigner.Filter
Checks and returns whether the given file should be signed. The condition are:
  • Field Details

    • JARPROCESSOR_EXCLUDE_SIGN

      private static final String JARPROCESSOR_EXCLUDE_SIGN
      eclispe.inf property to exclude this Jar from signing.
      See Also:
    • JARPROCESSOR_EXCLUDE

      private static final String JARPROCESSOR_EXCLUDE
      eclispe.inf property to exclude this Jar from processing (and thus signing).
      See Also:
    • META_INF_ECLIPSE_INF

      private static final String META_INF_ECLIPSE_INF
      Path of the eclispe.inf entry in a Jar
      See Also:
    • DOT_JAR_GLOB_PATTERN

      static final String DOT_JAR_GLOB_PATTERN
      Jar file extension.
      See Also:
    • log

      private final org.apache.maven.plugin.logging.Log log
  • Constructor Details

    • EclipseJarSignerFilter

      public EclipseJarSignerFilter(org.apache.maven.plugin.logging.Log log)
  • Method Details