public static interface JarCreator.Transformer
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
filter(java.lang.String entryPath,
java.io.InputStream input)
Transforms the given file.
|
@Nullable
java.io.InputStream filter(@NonNull
java.lang.String entryPath,
@NonNull
java.io.InputStream input)
entryPath - the path within the jar fileinput - an input stream of the contents of the file