DependencyEcosystem
Enumerates dependency ecosystems that Elide can manage and recognize.
Content copied to clipboard
elide.deps.DependencyEcosystem
Properties
Link copied to clipboard
Unrecognized or unknown dependency ecosystem.
Content copied to clipboard
DEPENDENCY_ECOSYSTEM_UNRECOGNIZED = 0;
Link copied to clipboard
Maven, the default Java dependency ecosystem.
Content copied to clipboard
MAVEN = 1;
Link copied to clipboard
PyPI, the Python Package Index.
Content copied to clipboard
PYPI = 4;
Link copied to clipboard
RubyGems, the Ruby package manager.
Content copied to clipboard
RUBYGEMS = 5;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.