Uses of Class
aQute.bnd.compatibility.Access
-
Packages that use Access Package Description aQute.bnd.compatibility -
-
Uses of Access in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility that return Access Modifier and Type Method Description static Access
Access. modifier(int mod)
static Access
Access. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Access[]
Access. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.compatibility with parameters of type Access Modifier and Type Method Description void
Scope. setAccess(Access access)
Method parameters in aQute.bnd.compatibility with type arguments of type Access Modifier and Type Method Description void
Scope. prune(java.util.EnumSet<Access> level)
Constructors in aQute.bnd.compatibility with parameters of type Access Constructor Description Scope(Access access, Kind kind, java.lang.String name)
-