DependencyEcosystem

enum DependencyEcosystem : ProtocolMessageEnum
Enumerates dependency ecosystems that Elide can manage and recognize.
Protobuf enum elide.deps.DependencyEcosystem

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Unrecognized or unknown dependency ecosystem.
DEPENDENCY_ECOSYSTEM_UNRECOGNIZED = 0;
Link copied to clipboard
val JSR_VALUE: Int = 3
JSR, the JavaScript Registry.
JSR = 3;
Link copied to clipboard
val MAVEN_VALUE: Int = 1
Maven, the default Java dependency ecosystem.
MAVEN = 1;
Link copied to clipboard
val NPM_VALUE: Int = 2
NPM, the default JavaScript dependency ecosystem.
NPM = 2;
Link copied to clipboard
val PYPI_VALUE: Int = 4
PyPI, the Python Package Index.
PYPI = 4;
Link copied to clipboard
RubyGems, the Ruby package manager.
RUBYGEMS = 5;

Functions

Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<DependencyEcosystem>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): DependencyEcosystem
open fun valueOf(value: Int): DependencyEcosystem

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.