Class DefaultCompiler

  • All Implemented Interfaces:
    Compiler

    public class DefaultCompiler
    extends Object
    implements Compiler
    Compiler of high-level eo constructs into XMIRs for the jeo-maven-plugin.
    Since:
    0.1
    • Constructor Detail

      • DefaultCompiler

        public DefaultCompiler​(Path xmirs,
                               Path output)
        Constructor.
        Parameters:
        xmirs - Path to the generated XMIRs by opeo-maven-plugin.
        output - Path to the output directory.
    • Method Detail

      • compile

        public void compile()
        Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
        Specified by:
        compile in interface Compiler