Interface FilteredJarSigner.Filter
-
- All Known Implementing Classes:
EclipseJarSignerFilter
,FilteredJarSigner.Filters
- Enclosing class:
- FilteredJarSigner
public static interface FilteredJarSigner.Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldBeSigned(Path jar)
-
-
-
Method Detail
-
shouldBeSigned
boolean shouldBeSigned(Path jar) throws IOException
- Throws:
IOException
-
-