Uses of Enum
org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
Packages that use Change.ChangeCategory
Package
Description
-
Uses of Change.ChangeCategory in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return Change.ChangeCategoryModifier and TypeMethodDescriptionChange.getChangeCategory()
Gets the category of change this Change object representsstatic Change.ChangeCategory
Returns the enum constant of this type with the specified name.static Change.ChangeCategory[]
Change.ChangeCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Change.ChangeCategory in org.glassfish.hk2.configuration.hub.internal
Fields in org.glassfish.hk2.configuration.hub.internal declared as Change.ChangeCategoryMethods in org.glassfish.hk2.configuration.hub.internal that return Change.ChangeCategoryConstructors in org.glassfish.hk2.configuration.hub.internal with parameters of type Change.ChangeCategoryModifierConstructorDescription(package private)
ChangeImpl
(Change.ChangeCategory changeCategory, Type changeType, String instanceKey, Instance instanceValue, Instance originalInstanceValue, List<PropertyChangeEvent> propertyChanges)