Uses of Enum Class
eu.cloudnetservice.driver.event.events.service.CloudServiceLogEntryEvent.StreamType
Packages that use CloudServiceLogEntryEvent.StreamType
-
Uses of CloudServiceLogEntryEvent.StreamType in eu.cloudnetservice.driver.event.events.service
Subclasses with type arguments of type CloudServiceLogEntryEvent.StreamType in eu.cloudnetservice.driver.event.events.serviceModifier and TypeClassDescriptionstatic enumRepresents a type of std stream.Fields in eu.cloudnetservice.driver.event.events.service declared as CloudServiceLogEntryEvent.StreamTypeModifier and TypeFieldDescriptionprivate final CloudServiceLogEntryEvent.StreamTypeCloudServiceLogEntryEvent.streamTypeMethods in eu.cloudnetservice.driver.event.events.service that return CloudServiceLogEntryEvent.StreamTypeModifier and TypeMethodDescriptionCloudServiceLogEntryEvent.streamType()Get the type of stream from which the log line is coming.Returns the enum constant of this class with the specified name.static CloudServiceLogEntryEvent.StreamType[]CloudServiceLogEntryEvent.StreamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.event.events.service with parameters of type CloudServiceLogEntryEvent.StreamTypeModifierConstructorDescriptionCloudServiceLogEntryEvent(@NonNull ServiceInfoSnapshot info, @NonNull String line, @NonNull CloudServiceLogEntryEvent.StreamType type) Constructs a new cloud log entry service event.