Tool
Enumerates supported tooling extensions for Elide.
Content copied to clipboard
elide.tools.Tool
Properties
Link copied to clipboard
Coverage tools.
Content copied to clipboard
COVERAGE = 3;
Link copied to clipboard
Debugging tools.
Content copied to clipboard
DEBUGGER = 4;
Link copied to clipboard
Formatting tools.
Content copied to clipboard
FORMATTER = 7;
Link copied to clipboard
Linting tools.
Content copied to clipboard
LINTER = 6;
Link copied to clipboard
Dependency resolution tools.
Content copied to clipboard
RESOLVER = 5;
Link copied to clipboard
Main entry point runner.
Content copied to clipboard
RUNNER = 1;
Link copied to clipboard
Test entry point runner.
Content copied to clipboard
TEST_RUNNER = 2;
Link copied to clipboard
Unknown, unrecognized, or default tool.
Content copied to clipboard
TOOL_UNKNOWN = 0;
Functions
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.)