Uses of Class
aQute.bnd.apiguardian.api.API.Status
-
Packages that use API.Status Package Description aQute.bnd.apiguardian.api -
-
Uses of API.Status in aQute.bnd.apiguardian.api
Methods in aQute.bnd.apiguardian.api that return API.Status Modifier and Type Method Description API.Status
status()
The current status of the API.static API.Status
API.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static API.Status[]
API.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-