Uses of Class
aQute.bnd.osgi.PermissionGenerator.Parameter
-
Packages that use PermissionGenerator.Parameter Package Description aQute.bnd.osgi -
-
Uses of PermissionGenerator.Parameter in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type PermissionGenerator.Parameter Modifier and Type Field Description private java.util.Set<PermissionGenerator.Parameter>
PermissionGenerator. parameters
Methods in aQute.bnd.osgi that return PermissionGenerator.Parameter Modifier and Type Method Description static PermissionGenerator.Parameter
PermissionGenerator.Parameter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PermissionGenerator.Parameter[]
PermissionGenerator.Parameter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.osgi that return types with arguments of type PermissionGenerator.Parameter Modifier and Type Method Description private static java.util.EnumSet<PermissionGenerator.Parameter>
PermissionGenerator. parseParams(Builder builder, java.lang.String... args)
-