Uses of Class
org.ek9lang.compiler.common.Reporter
Packages that use 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
Subclasses of Reporter in org.ek9lang.cliModifier and TypeClassDescription(package private) final classCreates DependencyNodes by using a Source Visitor on some EK9 source files that have a package defined in it.(package private) classAbstract base for the command line EK9 commands.(package private) classHERE FOREk9Compiler(COMPILER) ENTRY.(package private) final classClean a project down.(package private) final classDeploy a package / all packages inside the project directory.(package private) final classCheck and pull all dependencies in.(package private) final classDo a full recompile of all sources inside project.(package private) final classGenerate signing keys.(package private) final classInstall a package to your own $HOME/.ek9/lib directory.(package private) final classJust does an incremental build if possible.(package private) final classJust increments a version number.(package private) final classDo packaging for package / all packages inside the project directory.(package private) final classPrint the version number of the package.(package private) classRun the application that has been built or is already built.(package private) final classUse to explicitly set a feature name on a package.(package private) final classUsed to explicitly set the version of a package.(package private) final classRun all unit tests inside a project.(package private) classBase for the versioning commands.(package private) final classOnce 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 classUpdate/Upgrade the EK9 compiler itself. -
Uses of Reporter in org.ek9lang.compiler.common
Subclasses of Reporter in org.ek9lang.compiler.commonModifier and TypeClassDescriptionclassJust expends the standard reporter to use the EK9Comp message prefix.