Package aQute.bnd.help.instructions
Interface LauncherInstructions.Executable
-
- Enclosing interface:
- LauncherInstructions
public static interface LauncherInstructions.Executable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Jar.Compression>
rejar()
java.util.List<java.lang.String>
strip()
-
-
-
Method Detail
-
rejar
java.util.Optional<Jar.Compression> rejar()
-
strip
java.util.List<java.lang.String> strip()
-
-