Package aQute.bnd.help.instructions
Interface ResolutionInstructions
-
@ProviderType public interface ResolutionInstructions
Instructions on the Resolution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResolutionInstructions.ResolveMode
static class
ResolutionInstructions.Runorder
Specifies the values of the -runorder instructionstatic interface
ResolutionInstructions.RunStartLevel
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolutionInstructions.ResolveMode
resolve()
ResolutionInstructions.RunStartLevel
runstartlevel(ResolutionInstructions.RunStartLevel deflt)
-
-
-
Method Detail
-
runstartlevel
ResolutionInstructions.RunStartLevel runstartlevel(ResolutionInstructions.RunStartLevel deflt)
-
resolve
ResolutionInstructions.ResolveMode resolve()
-
-