Uses of Enum Class
aQute.bnd.build.WorkspaceNotifier.ET
Packages that use WorkspaceNotifier.ET
-
Uses of WorkspaceNotifier.ET in aQute.bnd.build
Fields in aQute.bnd.build declared as WorkspaceNotifier.ETModifier and TypeFieldDescription(package private) final WorkspaceNotifier.ET
WorkspaceNotifier.Receipt.type
Fields in aQute.bnd.build with type parameters of type WorkspaceNotifier.ETModifier and TypeFieldDescription(package private) final Map<WorkspaceNotifier.ET,
Object> WorkspaceNotifier.last
(package private) final MultiMap<WorkspaceNotifier.ET,
WorkspaceNotifier.Receipt> WorkspaceNotifier.ons
Methods in aQute.bnd.build that return WorkspaceNotifier.ETModifier and TypeMethodDescriptionstatic WorkspaceNotifier.ET
Returns the enum constant of this class with the specified name.static WorkspaceNotifier.ET[]
WorkspaceNotifier.ET.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.build with parameters of type WorkspaceNotifier.ETModifier and TypeMethodDescriptionprivate <T> void
WorkspaceNotifier.broadcast
(WorkspaceNotifier.ET type, T arg) (package private) <T> void
WorkspaceNotifier.ifSameRevision
(int revision, WorkspaceNotifier.ET type, T arg) Constructors in aQute.bnd.build with parameters of type WorkspaceNotifier.ETModifierConstructorDescription(package private)
Receipt
(WorkspaceNotifier.ET type, Consumer<T> cb, String name)