Package aQute.bnd.help.instructions
Interface LauncherInstructions
-
@ProviderType public interface LauncherInstructions
Instructions for the launcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LauncherInstructions.Executable
static class
LauncherInstructions.RunOption
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LauncherInstructions.Executable
executable()
java.util.Set<LauncherInstructions.RunOption>
runoptions()
-
-
-
Method Detail
-
executable
LauncherInstructions.Executable executable()
-
runoptions
java.util.Set<LauncherInstructions.RunOption> runoptions()
-
-