E F H I M O
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- exec() - Method in class org.eolang.maven.MjAssemble
- exec() - Method in class org.eolang.maven.MjCompile
- exec() - Method in class org.eolang.maven.MjParse
- exec() - Method in class org.eolang.maven.MjPhi
- exec() - Method in class org.eolang.maven.MjPlace
- exec() - Method in class org.eolang.maven.MjProbe
- exec() - Method in class org.eolang.maven.MjPull
- exec() - Method in class org.eolang.maven.MjRegister
- exec() - Method in class org.eolang.maven.MjResolve
- exec() - Method in class org.eolang.maven.MjSodg
- exec() - Method in class org.eolang.maven.MjTranspile
- exec() - Method in class org.eolang.maven.MjUnphi
- exec() - Method in class org.eolang.maven.MjUnplace
- exec() - Method in class org.eolang.maven.MjUnspile
- execute() - Method in class org.eolang.eo_maven_plugin.HelpMojo
F
- FpIfTargetOlder - Class in org.eolang.maven
-
Footprint that behaves like one of the given wrapped footprints depending on the result of comparison target and source in terms of last modified date.
H
- HelpMojo - Class in org.eolang.eo_maven_plugin
-
Display help information on eo-maven-plugin.
Callmvn eo:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.eolang.eo_maven_plugin.HelpMojo
I
- isRuntime(Dependency) - Static method in class org.eolang.maven.MjResolve
-
Checks if dependency is runtime.
M
- MjAssemble - Class in org.eolang.maven
-
Pull all necessary EO XML files from Objectionary and parse them all.
- MjAssemble() - Constructor for class org.eolang.maven.MjAssemble
- MjClean - Class in org.eolang.maven
-
Implementation of maven clean plugin, just deleting target/eo directory.
- MjClean() - Constructor for class org.eolang.maven.MjClean
- MjCompile - Class in org.eolang.maven
-
Compile and lint all EO files.
- MjCompile() - Constructor for class org.eolang.maven.MjCompile
- MjLatex - Class in org.eolang.maven
-
Take .xmir files from target/eo/03-optimize directory and generate .tex files for each of them in target/eo/latex directory.
- MjLatex() - Constructor for class org.eolang.maven.MjLatex
- MjLint - Class in org.eolang.maven
-
Mojo that runs all lints and checks errors and warnings, preferably after the
assemble
goal. - MjLint() - Constructor for class org.eolang.maven.MjLint
- MjParse - Class in org.eolang.maven
-
Parse EO to XML.
- MjParse() - Constructor for class org.eolang.maven.MjParse
- MjPhi - Class in org.eolang.maven
-
Read XMIR files and translate them to the phi-calculus expression.
- MjPhi() - Constructor for class org.eolang.maven.MjPhi
- MjPlace - Class in org.eolang.maven
-
Take binary files from where
MjResolve
placed them and copy to thetarget/classes
directory. - MjPlace() - Constructor for class org.eolang.maven.MjPlace
- MjPrint - Class in org.eolang.maven
-
Print XMIR to EO.
- MjPrint() - Constructor for class org.eolang.maven.MjPrint
- MjProbe - Class in org.eolang.maven
-
Go through all `probe` and `also` metas in XMIR files, try to locate the objects pointed by `probe` in Objectionary, and if found, register them in the catalog.
- MjProbe() - Constructor for class org.eolang.maven.MjProbe
- MjPull - Class in org.eolang.maven
-
Pull EO files from Objectionary.
- MjPull() - Constructor for class org.eolang.maven.MjPull
- MjRegister - Class in org.eolang.maven
-
Find and register all
.eo
sources in the "foreign" catalog. - MjRegister() - Constructor for class org.eolang.maven.MjRegister
- MjResolve - Class in org.eolang.maven
-
Find all required runtime dependencies, download them from Maven Central, unpack and place to the
target/eo
directory. - MjResolve() - Constructor for class org.eolang.maven.MjResolve
- MjSodg - Class in org.eolang.maven
-
Convert XMIR to SODG.
- MjSodg() - Constructor for class org.eolang.maven.MjSodg
- MjTranspile - Class in org.eolang.maven
-
Transpile.
- MjTranspile() - Constructor for class org.eolang.maven.MjTranspile
- MjUnphi - Class in org.eolang.maven
-
Read PHI files and parse them to the XMIR.
- MjUnphi() - Constructor for class org.eolang.maven.MjUnphi
- MjUnplace - Class in org.eolang.maven
-
It deletes binary files, which were previously copied by "place" mojo so these binaries are not got into result JAR.
- MjUnplace() - Constructor for class org.eolang.maven.MjUnplace
- MjUnspile - Class in org.eolang.maven
-
Goes through all .class files and deletes those that were created from autogenerated sources so these binaries are not got into result JAR.
- MjUnspile() - Constructor for class org.eolang.maven.MjUnspile
O
- org.eolang.eo_maven_plugin - package org.eolang.eo_maven_plugin
- org.eolang.maven - package org.eolang.maven
-
EO Maven Plugin.
All Classes All Packages