Class EventLogBuild
java.lang.Object
com.intellij.internal.statistic.eventLog.EventLogBuild
- All Implemented Interfaces:
Comparable<EventLogBuild>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull EventLogBuildParser<EventLogBuild>static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull EventLogBuild o) booleanstatic @Nullable EventLogBuildfromString(@Nullable String version) int[]inthashCode()toString()
-
Field Details
-
SNAPSHOT_VALUE
public static final int SNAPSHOT_VALUE- See Also:
-
EVENT_LOG_BUILD_PRODUCER
-
-
Constructor Details
-
EventLogBuild
public EventLogBuild(int... components)
-
-
Method Details
-
getComponents
public int[] getComponents() -
fromString
-
compareTo
- Specified by:
compareToin interfaceComparable<EventLogBuild>
-
equals
-
hashCode
public int hashCode() -
toString
-