Uses of Class
org.ek9lang.compiler.common.Reporter
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
Common parts of processing that can be reused across various phases.
-
Uses of Reporter in org.ek9lang.cli
Modifier and TypeClassDescription(package private) final class
Just creates DependencyNodes by using a Source Visitor on some EK9 source that has a package defined in it.(package private) class
Abstract base for the command line ek9 commands.(package private) class
HERE FOREk9Compiler
(COMPILER) ENTRY.(package private) final class
Clean a project down.(package private) final class
Deploy a package / all packages inside the project directory.(package private) final class
Check and pull all dependencies in.(package private) final class
Do a full recompile of all sources inside project.(package private) final class
Generate signing keys.(package private) final class
Install a package to your own $HOME/.ek9/lib directory.(package private) final class
Just does an incremental build if possible.(package private) final class
Just increments a version number.(package private) final class
Do packaging for package / all packages inside the project directory.(package private) final class
Print the version number of the package.(package private) class
Run the application that has been built or is already built.(package private) final class
Use to explicitly set a feature name on a package.(package private) final class
Used to explicitly set the version of a package.(package private) final class
Run all unit tests inside a project.(package private) class
Base for the versioning commands.(package private) final class
Once the EK9 'Edp' dependency module has determined that a packaged module now needs to be resolved it will call upon this resolver to make sure that it is available.(package private) final class
Update/Upgrade the Ek9 compiler itself. -
Uses of Reporter in org.ek9lang.compiler.common
Modifier and TypeClassDescriptionclass
Just expends the standard reporter to use the EK9Comp message prefix.