Package lu.kbra.modelizer_next.bootstrap
Enum Class UpdateChannel
- All Implemented Interfaces:
Serializable,Comparable<UpdateChannel>,Constable
Supported release channels for updates.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateChannelbyId(int channelRank) Returns the update channel with the supplied numeric id.Returns the human-readable display name.Returns the string key used in update manifests.static UpdateChannelReturns the enum constant of this class with the specified name.static UpdateChannel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RELEASE
-
SNAPSHOT
-
NIGHTLY
-
-
Field Details
-
CHANNEL_NIGHTLY
public static final int CHANNEL_NIGHTLY- See Also:
-
CHANNEL_SNAPSHOT
public static final int CHANNEL_SNAPSHOT- See Also:
-
CHANNEL_RELEASE
public static final int CHANNEL_RELEASE- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
displayName
Returns the human-readable display name.- Returns:
- the display name result
-
manifestKey
Returns the string key used in update manifests.- Returns:
- the manifest key result
-
byId
Returns the update channel with the supplied numeric id.- Parameters:
channelRank- numeric channel rank value- Returns:
- the by ID result
-