Uses of Class
aQute.bnd.osgi.Jar.Compression
-
Packages that use Jar.Compression Package Description aQute.bnd.help.instructions aQute.bnd.osgi -
-
Uses of Jar.Compression in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return types with arguments of type Jar.Compression Modifier and Type Method Description java.util.Optional<Jar.Compression>
BuilderInstructions. compression()
java.util.Optional<Jar.Compression>
LauncherInstructions.Executable. rejar()
-
Uses of Jar.Compression in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Jar.Compression Modifier and Type Method Description Jar.Compression
Jar. hasCompression()
static Jar.Compression
Jar.Compression. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Jar.Compression[]
Jar.Compression. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.osgi with parameters of type Jar.Compression Modifier and Type Method Description void
Jar. setCompression(Jar.Compression compression)
-