Uses of Class
aQute.bnd.help.instructions.ResolutionInstructions.ResolveMode
-
Packages that use ResolutionInstructions.ResolveMode Package Description aQute.bnd.build.model aQute.bnd.help.instructions -
-
Uses of ResolutionInstructions.ResolveMode in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return ResolutionInstructions.ResolveMode Modifier and Type Method Description ResolutionInstructions.ResolveMode
BndEditModel. getResolveMode()
Methods in aQute.bnd.build.model with parameters of type ResolutionInstructions.ResolveMode Modifier and Type Method Description void
BndEditModel. setResolveMode(ResolutionInstructions.ResolveMode resolveMode)
-
Uses of ResolutionInstructions.ResolveMode in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return ResolutionInstructions.ResolveMode Modifier and Type Method Description ResolutionInstructions.ResolveMode
ResolutionInstructions. resolve()
static ResolutionInstructions.ResolveMode
ResolutionInstructions.ResolveMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResolutionInstructions.ResolveMode[]
ResolutionInstructions.ResolveMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-