Class DummyCompiler

  • All Implemented Interfaces:
    Compiler

    public final class DummyCompiler
    extends Object
    implements Compiler
    Dummy compiler. It just copies XMIR files to the output directory without any changes.
    Since:
    0.2
    • Constructor Detail

      • DummyCompiler

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

      • compile

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