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.ETWorkspaceNotifier.Receipt.typeFields 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.onsMethods in aQute.bnd.build that return WorkspaceNotifier.ETModifier and TypeMethodDescriptionstatic WorkspaceNotifier.ETReturns 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> voidWorkspaceNotifier.broadcast(WorkspaceNotifier.ET type, T arg) (package private) <T> voidWorkspaceNotifier.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)